Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format code. #105

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AlexaMusic/core/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -675,4 +675,4 @@ async def participants_change_handler(client, update: Update):
autoend[chat_id] = {}


Alexa = Call()
Alexa = Call()