Update server.py

This commit is contained in:
Nicolas Coevoet 2015-04-05 00:10:52 +02:00
parent eff74cf932
commit 8ee6df5c3d

View File

@ -11,7 +11,7 @@ from StringIO import StringIO
host = 'http://domain.tld'
port = 80
standalone = False
standalone = True
webpath = '/bantracker'
username = 'username'
password = 'password'