From 870cedcaa8e0c6b13f1e057600ec9b14f457dfc2 Mon Sep 17 00:00:00 2001 From: TheTeamAlexa Date: Fri, 12 Jan 2024 14:10:10 +0000 Subject: [PATCH] Formate By @TheTeamAlexa Signed-off-by: TheTeamAlexa --- AlexaMusic/core/call.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AlexaMusic/core/call.py b/AlexaMusic/core/call.py index aa2f8acb..6f6c3382 100644 --- a/AlexaMusic/core/call.py +++ b/AlexaMusic/core/call.py @@ -366,7 +366,7 @@ async def change_stream(self, client, chat_id): audio_stream_quality = await get_audio_bitrate(chat_id) video_stream_quality = await get_video_bitrate(chat_id) videoid = check[0]["vidid"] - userid= check[0].get("user_id") + userid = check[0].get("user_id") check[0]["played"] = 0 video = True if str(streamtype) == "video" else False if "live_" in queued: @@ -675,4 +675,4 @@ async def participants_change_handler(client, update: Update): autoend[chat_id] = {} -Alexa = Call() \ No newline at end of file +Alexa = Call()