diff --git a/handle_imported_video.py b/handle_imported_video.py index 4271562..197f27d 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -205,9 +205,11 @@ if _ACTION == "join": except: pass - time.sleep(3) + time.sleep(3) + pbar.update(1) pbar.close() + print(f"Process finished with rc: {proc.returncode}") # get the output status = 0 if status == 0: