Add final empty line

This commit is contained in:
henryruhs 2023-05-29 16:00:57 +02:00
parent 31de5fde57
commit e452f755be

View File

@ -23,7 +23,7 @@ def process_video(source_img, frame_paths):
except Exception as e: except Exception as e:
print('E', end='', flush=True) print('E', end='', flush=True)
pass pass
print(flush=True)
def process_img(source_img, target_path): def process_img(source_img, target_path):
frame = cv2.imread(target_path) frame = cv2.imread(target_path)