add renewwww queueueue
This commit is contained in:
parent
c89d3af268
commit
2ab871f7a5
3 changed files with 37 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue