1
0
Fork 0
forked from anton/matekasse
This commit is contained in:
2000-Trek 2023-06-09 23:30:21 +02:00
parent cea5f699c8
commit 54b3f8c049

View file

@ -189,7 +189,7 @@ def get_id():
queue_item = users.get()
print(queue_item)
user = queue_item[0]
print(user)
print(f"user: {user}")
state = queue_item[1]
print(state)
if state == "add":