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

master
b3yond 2018-11-07 09:22:02 +01:00
parent c6ce423841
commit 6d94c1b540
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