diff --git a/handle_imported_video.py b/handle_imported_video.py index a4d6984..01a3453 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -128,6 +128,8 @@ if _ACTION == "join": f.close() print(final_size) print(_FULL_PATH) + for i in tqdm(range(10000)): + pass if _TEST: input(" ???? ") # if _FLIP: