From 072bececb1f2e804c72dc757599d9fec63d143a5 Mon Sep 17 00:00:00 2001 From: Jordan-Fielding <107819004+Jordan-Fielding@users.noreply.github.com> Date: Wed, 6 Jul 2022 10:08:38 +1000 Subject: [PATCH] Update main.py --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 1033691..d538f60 100644 --- a/main.py +++ b/main.py @@ -22,13 +22,12 @@ while True: #Waits for Motion from PIR Sensor pir.wait_for_motion() - print("Bug detected") + print("\nBug detected") #Turns on the LED Flash GPIO.output(22, 1) #Sets Img path and filename, Saves to Working directory of Script - print("\nFile will be Saved in: " + cwd + "/Pictures") file_name = cwd + "/Pictures/Capture_" + str(time.time()) + ".jpg" print("\nFile Name is: " + file_name)