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 = {