removed wrong comment - not only testing, also docker containers use this
This commit is contained in:
parent
4c61b1ba99
commit
8e1234d9b5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue