Skip to content

Commit

Permalink
Update vcs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Oct 13, 2023
1 parent 8ea20f8 commit 4352e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/tasks/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand All @@ -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)
"""

0 comments on commit 4352e9c

Please sign in to comment.