forked from bton/matekasse
fix
This commit is contained in:
parent
6ba0804eb1
commit
a311cc2e67
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -25,6 +25,7 @@ socketio = SocketIO(app)
|
|||
status = True
|
||||
users = queue.Queue()
|
||||
finished = None
|
||||
message = None
|
||||
|
||||
def exit_handler():
|
||||
conn.close()
|
||||
|
|
Loading…
Reference in a new issue