Merge branch '#15-algo_test'

This commit is contained in:
Simone Tesini 2025-08-01 22:16:11 +02:00
commit 5160846a62
2 changed files with 75 additions and 14 deletions

View file

@ -89,5 +89,6 @@ def queue_next():
init_db()
exit()
if __name__ == "__main__":
socketio.run(app, debug=True)