From 788824cf9908bad357e5f967aadba086f4951fe9 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 19:39:00 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 1baa488..fbe4a49 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -178,10 +178,10 @@ if _ACTION == "join": with tqdm(total=100, position=1, desc="Join") as pbar: while True: - pbar.update(1) + #pbar.update(1) try: - #file_stats = os.stat(export_name) - #print(file_stats.st_size ) + file_stats = os.stat(export_name) + print(file_stats.st_size ) pass except: pass