From c5f8aa8beb3f1dfec602932a74295b857fc7ce10 Mon Sep 17 00:00:00 2001 From: mb Date: Sun, 30 Oct 2022 21:40:12 +0100 Subject: [PATCH] switching to development mode --- octomode.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/octomode.py b/octomode.py index eeb129b..d021417 100755 --- a/octomode.py +++ b/octomode.py @@ -177,5 +177,6 @@ def pagedjs(name): # ////////////////// if __name__ == '__main__': - APP.debug=True + APP.debug = True + APP.env = "development" APP.run(host="0.0.0.0", port=APP.config["PORTNUMBER"], threaded=True) \ No newline at end of file