From bd824583ed3d5a530a1be84f545ad179a857571f Mon Sep 17 00:00:00 2001 From: caschick221 Date: Mon, 6 May 2024 13:48:54 -0400 Subject: [PATCH] test remote pull again --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 9c844e0..aa1015d 100644 --- a/main.py +++ b/main.py @@ -223,14 +223,13 @@ while True: GPIO.output(greenLed, GPIO.HIGH) GPIO.output(door, GPIO.HIGH) - time.sleep(0) + time.sleep(5) GPIO.output(greenLed, GPIO.LOW) print("CLIENT DATA:", result.client_data) print() print("AUTH DATA:", result.authenticator_data) # GPIO.output(14, GPIO.LOW) - time.sleep(1) except Exception as e: print("Authentication Failed!")