From 43846ab6db473ae12e871a45735e46bf5cb9987c Mon Sep 17 00:00:00 2001 From: Eggman20339 Date: Sun, 5 May 2024 20:10:28 -0400 Subject: [PATCH] changes --- main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 2b7ff23..2927390 100644 --- a/main.py +++ b/main.py @@ -67,7 +67,7 @@ class CliInteraction(UserInteraction): def badCred(): print("Bad credential!") - time.sleep(2) + # time.sleep(2) while True: # GPIO.output(14, GPIO.LOW) print("Waiting for device...") @@ -151,7 +151,8 @@ while True: # Example usage: Fetch data for a specific AAGUID and store in variables - aaguid_data = fetch_data("your_specific_aaguid_here") + aaguid_data = None + aaguid_data = fetch_data("") if aaguid_data: # Store each piece of data into a separate variable