add renewwww queueueue

This commit is contained in:
Simone Tesini 2025-08-01 22:48:38 +02:00
parent c89d3af268
commit 2ab871f7a5
3 changed files with 37 additions and 19 deletions

View file

@ -1,10 +1,9 @@
import dotenv
from flask import Flask, Response, jsonify, request
from flask_cors import CORS
from flask_socketio import SocketIO, emit
from .room import Room
from .room import Room, test_algo
from .song import Song, init_db
# from .song_fetch import *
@ -89,6 +88,8 @@ def queue_next():
init_db()
test_algo()
exit()
if __name__ == "__main__":
socketio.run(app, debug=True)