diff --git a/run.py b/run.py index 149406a..c34a2b9 100755 --- a/run.py +++ b/run.py @@ -185,5 +185,5 @@ if __name__ == '__main__': app.run( port=config["PORT"], host=config["HOST"], - debug=config["DEBUG"] + debug=config["EXTENDED_DEBUG"] )