From c09ed474f42d0cabdf74001543984dca02a8eb75 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 19 Jun 2025 18:19:17 +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 f5df5af..f09b61a 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -181,7 +181,7 @@ def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS): try: print("Moving file to processed") src = _FULL_PATH + filename + "_original" - dest = _PROCESSED + "/" + dest = _PROCESSED + "/" + filename print(f"Source : {src}") print(f"Destination : {dest}") shutil.move(src, dest)