Skip to content

Commit

Permalink
Update play_video.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Aug 4, 2023
1 parent fd28a42 commit a499e7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tlg_bot/kreacher/plugins/play_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ async def play_video(event):

try:
await sleep(2)
await call_py.join(chat_id)
await call_py.start_video(link, with_audio=True, repeat=False)
await msg.delete()
await event.reply(
Expand All @@ -127,7 +126,6 @@ async def play_video(event):

try:
await sleep(2)
await call_py.join(chat_id)
await call_py.start_video(video, with_audio=True, repeat=False)
await msg.delete()
await event.reply(
Expand Down

0 comments on commit a499e7b

Please sign in to comment.