From 4d033affa3db9cd1454b5a072cbd13bfc600a336 Mon Sep 17 00:00:00 2001 From: Jordan-Fielding <107819004+Jordan-Fielding@users.noreply.github.com> Date: Thu, 7 Jul 2022 15:19:33 +1000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8a7fe6e..7c1036a 100644 --- a/main.py +++ b/main.py @@ -36,7 +36,7 @@ def bugmotion(): #Sets Img path and filename, Saves to Working directory of Script # Grab the current time - filePath = cwd + "/Pictures" + filePath = cwd + "/Pictures/" currentTime = datetime.now() picTime = currentTime.strftime("%Y.%m.%d-%H%M") picName = "Capture-" + picTime + '-.jpg'