From 00e455ff18e85073d8a595b2260dfff0694fd2c7 Mon Sep 17 00:00:00 2001 From: Jacob Rose Date: Tue, 13 Feb 2024 13:13:29 -0500 Subject: [PATCH] Remove trailing whitespace on blank lines Whoops! Thanks, @TheKitty! --- MEMENTO/Memento_IOT_Doorbell/code.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MEMENTO/Memento_IOT_Doorbell/code.py b/MEMENTO/Memento_IOT_Doorbell/code.py index ae1df7fee..aa2bb1df9 100755 --- a/MEMENTO/Memento_IOT_Doorbell/code.py +++ b/MEMENTO/Memento_IOT_Doorbell/code.py @@ -89,16 +89,16 @@ while True: # Wait until the doorbell is pressed if not pin_button.value: print("Doorbell pressed!") - + # Turn the doorbell LED off to signal that it has been pressed led.value = False - + # Play a doorbell tone using the speaker pycam.tone(95, 0.5) pycam.tone(70, 0.5) - + capture_send_image() - + print("DONE, waiting for next press..") # Turn the LED on to signal that the doorbell is ready to be pressed again