switching to development mode

This commit is contained in:
mb 2022-10-30 21:40:12 +01:00
parent d07270ec9d
commit c5f8aa8beb

View File

@ -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)