From 8e1234d9b57c9280189edb0355478edc47f379f4 Mon Sep 17 00:00:00 2001 From: b3yond Date: Wed, 7 Nov 2018 09:22:02 +0100 Subject: [PATCH] removed wrong comment - not only testing, also docker containers use this --- frontend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend.py b/frontend.py index 894f6c5..6b4fe15 100755 --- a/frontend.py +++ b/frontend.py @@ -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