From 4e2f9f9deef98ba93479d4de1b945ca4fe9be34e Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 19 Jun 2025 18:08:31 +0200 Subject: [PATCH] build --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index ed316b6..9a5461a 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -180,7 +180,7 @@ def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS): try: print("Moving file to processed") src = _FULL_PATH + filename + "_original" - dest = _PROCESSED + "/" + filename + dest = _PROCESSED + "/" print(f"Source : {src}") print(f"Destination : {dest}") shutil.move(src, dest)