mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 02:24:53 +01:00
build
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user