mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
parent
58cb198f0c
commit
f25f719f7c
@ -64,7 +64,7 @@ def tqdm_progress(desc, total, finished, speed="", eta=""):
|
||||
)
|
||||
raw_output = f.getvalue()
|
||||
tqdm_output = raw_output.split("|")
|
||||
progress = f"[{tqdm_output[1]}]"
|
||||
progress = f"`[{tqdm_output[1]}]`"
|
||||
detail = tqdm_output[2]
|
||||
text = f"""
|
||||
{desc}
|
||||
|
Loading…
Reference in New Issue
Block a user