This commit is contained in:
2025-06-19 18:24:35 +02:00
parent c09ed474f4
commit e99aebce60

View File

@@ -177,7 +177,7 @@ def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
print(myCmd)
status, output = subprocess.getstatusoutput(myCmd)
print(output)
time.sleep(1)
time.sleep(2)
try:
print("Moving file to processed")
src = _FULL_PATH + filename + "_original"