Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
black autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb committed Feb 6, 2021
1 parent 5b8bc1c commit e912686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/bot/utube_inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def download_button(vid: str, body: bool = False):

if video.get("acodec") != "none":
bitrrate = video.get("abr")
if bitrrate is not None :
if bitrrate is not None:
audio[
int(bitrrate)
] = f'🎵 {bitrrate}Kbps ({humanbytes(video.get("filesize")) or "N/A"})'
Expand Down

0 comments on commit e912686

Please sign in to comment.