This commit is contained in:
levina 2022-01-20 21:14:12 +07:00 committed by GitHub
parent 3794ad907c
commit d14e6fbf61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ async def stop(client, m: Message):
) )
@authorized_users_only @authorized_users_only
async def pause(client, m: Message): async def pause(client, m: Message):
chat_id = m.chat.id chat_id = m.chat.id
if chat_id in QUEUE: if chat_id in QUEUE:
try: try:
await call_py.pause_stream(chat_id) await call_py.pause_stream(chat_id)