diff --git a/handle_imported_video.py b/handle_imported_video.py index 0ef21d6..2c5a938 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -184,7 +184,7 @@ if _ACTION == "join": cur_size = file_stats.st_size final_size cur_stat = (cur_size / final_size) * 100 - print(int(cur_stat)) + print(int(cur_stat), pbar.position) pass except: pass