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