From 76400286e61b1faa6d87726169c4894fc506eec8 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Fri, 9 Jun 2023 18:59:07 +0200 Subject: [PATCH] Mehr print sachen --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 2700b25..315c033 100644 --- a/main.py +++ b/main.py @@ -128,7 +128,9 @@ def get_id(): print(tag_list) if tag_list != []: tag = tag_list[0] + print("aha") if users.qsize() == 0: + print("wants to change") c.execute(f"UPDATE users SET balance = balance - 1 WHERE id={tag[1]}") print("changed") conn.commit()