From c7205aa9e75c06751ec0d4072b28e98b23263464 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Sep 2024 23:36:01 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 2 ++ 1 file changed, 2 insertions(+) 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)