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