diff --git a/app.py b/app.py index 59b902f..4cf05a6 100644 --- a/app.py +++ b/app.py @@ -207,4 +207,4 @@ if __name__ == '__main__': scheduler.start() run_simple('0.0.0.0', 3000, app, use_debugger=False, use_reloader=False) - #api_cleanup() \ No newline at end of file + api_cleanup() \ No newline at end of file