diff --git a/app.py b/app.py index c90df4a..d3374c3 100644 --- a/app.py +++ b/app.py @@ -181,4 +181,5 @@ def api_user(): if __name__ == '__main__': init_db() - app.run(host='0.0.0.0', port=5056, debug=False) + app.config['TEMPLATES_AUTO_RELOAD'] = True + app.run(host='0.0.0.0', port=5058, debug=False)