forked from bton/matekasse
print statment for fix stuff
This commit is contained in:
parent
04ac1d4b57
commit
5809011551
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
@ -148,6 +148,8 @@ def request_removetag(data):
|
|||
global finished
|
||||
if len(users.queue) > 0:
|
||||
user = users.queue[len(users.queue) - 1]
|
||||
print(user)
|
||||
print(session[id])
|
||||
if user == [data["data"], "remove", session[id]]:
|
||||
socketio.emit("wait", "wait")
|
||||
i = 0
|
||||
|
|
Loading…
Reference in a new issue