refactor(player): remove unnecessary orint statement

This commit is contained in:
Benex254
2024-11-11 12:51:46 +03:00
parent 6b3ca236dd
commit 912c8674cf

View File

@@ -37,7 +37,6 @@ def stream_video(MPV, url, mpv_args, custom_args):
# Check if the process has terminated
retcode = process.poll()
if retcode is not None:
print("Finshed at: ", last_time)
break
except Exception as e: