From 4352e9cbd72073e267623a9eeb7e70a0b31f802b Mon Sep 17 00:00:00 2001 From: Santiago Ramirez <94815926+SantiiRepair@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:23:58 +0000 Subject: [PATCH] Update vcs.py --- bot/tasks/vcs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/tasks/vcs.py b/bot/tasks/vcs.py index 3cb3955..73dc159 100755 --- a/bot/tasks/vcs.py +++ b/bot/tasks/vcs.py @@ -2,7 +2,7 @@ import logging from bot import tgcalls - +""" @tgcalls.on_audio_playout_ended async def audio_ended(client, source): logging.info(f"audio ended: {source}") @@ -13,3 +13,4 @@ async def audio_ended(client, source): async def video_ended(client, source): logging.info(f"video ended: {source}") os.remove(source) +""" \ No newline at end of file