From b4c478e08d657a22f4630c41275cc0d2d0318992 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Wed, 10 Nov 2021 20:37:39 +0700 Subject: [PATCH] none --- driver/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/utils.py b/driver/utils.py index 03ae7ab..5066450 100644 --- a/driver/utils.py +++ b/driver/utils.py @@ -44,7 +44,7 @@ async def skip_current_song(chat_id): ) pop_an_item(chat_id) return [songname, link, type] - except: + except: await call_py.leave_group_call(chat_id) clear_queue(chat_id) return 2