From 9f6b3198efe5d4b651658b83b40768894d42f2e6 Mon Sep 17 00:00:00 2001 From: Jordan-Fielding <107819004+Jordan-Fielding@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:14:06 +1000 Subject: [PATCH] Update main.py --- main.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index a3ecb16..1033691 100644 --- a/main.py +++ b/main.py @@ -28,9 +28,9 @@ while True: GPIO.output(22, 1) #Sets Img path and filename, Saves to Working directory of Script - print("File will be Saved in: " + cwd + "/Pictures") + print("\nFile will be Saved in: " + cwd + "/Pictures") file_name = cwd + "/Pictures/Capture_" + str(time.time()) + ".jpg" - print("File Name is: " + file_name) + print("\nFile Name is: " + file_name) #Used to wait for 0.1 Seconds for Camera to be ready @@ -48,8 +48,6 @@ while True: #Used to turn off the LED GPIO.output(22, 0) - print("Bug Not Detected") -