From dda38a38666fa24c29f7272c9312086b87e2f606 Mon Sep 17 00:00:00 2001 From: caschick221 Date: Mon, 6 May 2024 13:47:44 -0400 Subject: [PATCH] test remote pull --- .idea/misc.xml | 2 +- main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 0cddb8e..92298c3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/main.py b/main.py index be19297..9c844e0 100644 --- a/main.py +++ b/main.py @@ -223,7 +223,7 @@ while True: GPIO.output(greenLed, GPIO.HIGH) GPIO.output(door, GPIO.HIGH) - time.sleep(5) + time.sleep(0) GPIO.output(greenLed, GPIO.LOW) print("CLIENT DATA:", result.client_data)