diff --git a/server.py b/server.py index fb031ad..d0e1b7b 100644 --- a/server.py +++ b/server.py @@ -11,7 +11,7 @@ from StringIO import StringIO host = 'http://domain.tld' port = 80 -standalone = False +standalone = True webpath = '/bantracker' username = 'username' password = 'password'