[~] Reclose server at the end of the process

This commit is contained in:
Charles Le Maux 2024-10-22 00:21:13 +02:00
parent 15059a7063
commit 19cd422202

2
app.py
View File

@ -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()
api_cleanup()