diff --git a/handle_imported_video.py b/handle_imported_video.py index d4fdbed..80c5463 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -188,7 +188,7 @@ if _ACTION == "join": pbar.update(int(cur_stat) - position) position = int(cur_stat) - print(proc.poll()) + #print(proc.poll()) except: pass