This commit is contained in:
Eggman20339 2024-05-05 20:17:07 -04:00
parent ee9d3a7a58
commit fe222c75c1

View File

@ -124,6 +124,7 @@ while True:
cur.execute(select_query, (gotAaguid,))
# Fetch the results
result = None
result = cur.fetchone()
if result:
data = {