forked from bton/matekasse
MEHR PRINT
This commit is contained in:
parent
76400286e6
commit
aa7412218f
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -129,6 +129,7 @@ def get_id():
|
|||
if tag_list != []:
|
||||
tag = tag_list[0]
|
||||
print("aha")
|
||||
print(users.qsize())
|
||||
if users.qsize() == 0:
|
||||
print("wants to change")
|
||||
c.execute(f"UPDATE users SET balance = balance - 1 WHERE id={tag[1]}")
|
||||
|
|
Loading…
Reference in a new issue