From 81ee121069b971542f72ef0c57ea62d13e790c4c Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 26 Nov 2021 13:26:09 +0700 Subject: [PATCH] fixes --- driver/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/utils.py b/driver/utils.py index 108a669..1fcbc9a 100644 --- a/driver/utils.py +++ b/driver/utils.py @@ -114,6 +114,6 @@ async def stream_end_handler(_, c: Client, u: Update): elif op==2: await c.send_message(chat_id, "āŒ **an error occurred**\n\nĀ» **Clearing** __Queues__ **and leaving video chat.**") else: - await c.send_photo(chat_id, photo=f"{IMG_4}", f"šŸ’” **Streaming next track**\n\nšŸ· **Name:** [{op[0]}]({op[1]}) | `{op[2]}`\nšŸ’­ **Chat:** `{chat_id}`", reply_markup=keyboard) + await c.send_photo(chat_id, photo=f"{IMG_4}", caption=f"šŸ’” **Streaming next track**\n\nšŸ· **Name:** [{op[0]}]({op[1]}) | `{op[2]}`\nšŸ’­ **Chat:** `{chat_id}`", reply_markup=keyboard) else: pass