diff --git a/web/app.py b/web/app.py index cc62374..aba6ea0 100644 --- a/web/app.py +++ b/web/app.py @@ -54,4 +54,4 @@ def logout(): return redirect('/') if __name__ == '__main__': - app.run(host='0.0.0.0') + app.run(host='0.0.0.0', debug=True)