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('/'))
|
bottle.install(SessionPlugin('/'))
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# testing only
|
|
||||||
bottle.run(host="0.0.0.0", port=config["web"]["port"])
|
bottle.run(host="0.0.0.0", port=config["web"]["port"])
|
||||||
else:
|
else:
|
||||||
application.catchall = False
|
application.catchall = False
|
||||||
|
|
Loading…
Reference in a new issue