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'