diff --git a/handle_imported_video.py b/handle_imported_video.py index 1bcfed5..b49fe1f 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -108,6 +108,8 @@ if _ACTION == "flip": for progress in ff.run_command_with_progress(): pbar.update(progress - pbar.n) pbar.close() + print("Hello, World!", flush=True) + print(f"Done".ljust(130)) # get the output #print(ff.stderr)