forked from bton/matekasse
stuf
This commit is contained in:
parent
ef35bc7da5
commit
f45ad51ff6
1 changed files with 4 additions and 2 deletions
6
main.py
6
main.py
|
@ -12,9 +12,11 @@ conn = sqlite3.connect(db_path, check_same_thread=False)
|
|||
c = conn.cursor()
|
||||
|
||||
app = Flask(__name__)
|
||||
socketio = SocketIO(app)
|
||||
app.debug = True
|
||||
app.secret_key = str(uuid.uuid4())
|
||||
app.debug = True
|
||||
socketio = SocketIO(app)
|
||||
|
||||
|
||||
|
||||
status = True
|
||||
users = queue.Queue()
|
||||
|
|
Loading…
Reference in a new issue