diff --git a/handle_imported_video.py b/handle_imported_video.py index 1137f77..0ef21d6 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(round(cur_stat, 0)) + print(int(cur_stat)) pass except: pass