From fe222c75c1ef2668bd7ccf8c00b7d12c27e7b639 Mon Sep 17 00:00:00 2001 From: Eggman20339 Date: Sun, 5 May 2024 20:17:07 -0400 Subject: [PATCH] changes --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index f7f14ec..f4daf77 100644 --- a/main.py +++ b/main.py @@ -124,6 +124,7 @@ while True: cur.execute(select_query, (gotAaguid,)) # Fetch the results + result = None result = cur.fetchone() if result: data = {