switching to development mode

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

View file

@ -178,4 +178,5 @@ def pagedjs(name):
if __name__ == '__main__': 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) APP.run(host="0.0.0.0", port=APP.config["PORTNUMBER"], threaded=True)