From 19cd422202ddeb498e018072c57f8d8bae7a740f Mon Sep 17 00:00:00 2001 From: charleslemaux Date: Tue, 22 Oct 2024 00:21:13 +0200 Subject: [PATCH] [~] Reclose server at the end of the process --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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