This commit is contained in:
2025-06-19 18:15:39 +02:00
parent 0bee9e4c6d
commit f84134313b

View File

@@ -176,7 +176,8 @@ def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
print(myCmd)
print(myCmd)
status, output = subprocess.getstatusoutput(myCmd)
print(output)
input(output)
try:
print("Moving file to processed")
src = _FULL_PATH + filename + "_original"