changes
This commit is contained in:
parent
9ee5a8a9f0
commit
43846ab6db
5
main.py
5
main.py
@ -67,7 +67,7 @@ class CliInteraction(UserInteraction):
|
|||||||
|
|
||||||
def badCred():
|
def badCred():
|
||||||
print("Bad credential!")
|
print("Bad credential!")
|
||||||
time.sleep(2)
|
# time.sleep(2)
|
||||||
while True:
|
while True:
|
||||||
# GPIO.output(14, GPIO.LOW)
|
# GPIO.output(14, GPIO.LOW)
|
||||||
print("Waiting for device...")
|
print("Waiting for device...")
|
||||||
@ -151,7 +151,8 @@ while True:
|
|||||||
|
|
||||||
|
|
||||||
# Example usage: Fetch data for a specific AAGUID and store in variables
|
# 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:
|
if aaguid_data:
|
||||||
# Store each piece of data into a separate variable
|
# Store each piece of data into a separate variable
|
||||||
|
Loading…
Reference in New Issue
Block a user