removed wrong comment - not only testing, also docker containers use this

pull/76/head
b3yond 2018-11-07 09:22:02 +01:00
parent 4c61b1ba99
commit 8e1234d9b5
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ application = bottle.default_app()
bottle.install(SessionPlugin('/'))
if __name__ == '__main__':
# testing only
bottle.run(host="0.0.0.0", port=config["web"]["port"])
else:
application.catchall = False