diff --git a/modules/utils.py b/modules/utils.py index 6308c73..7fb06e9 100644 --- a/modules/utils.py +++ b/modules/utils.py @@ -91,6 +91,6 @@ async def progress_bar(current, total, reply, start): progress_bar = "◆" * completed_length + "◇" * remaining_length try: - await reply.edit(f'\n ╭─⌯══⟰ 𝐔𝐩𝐥𝐨𝐝𝐢𝐧𝐠 ⟰══⌯──★ \n├⚡ {progress_bar}|﹝{perc}﹞ \n├🚀 Speed » {sp} \n├📟 Processed » {cur}\n├🧲 Size - ETA » {tot} - {eta} \n├𝐁𝐲 » 𝐖𝐃 𝐙𝐎𝐍𝐄\n╰─══ ✪ @Opleech_WD ✪ ══─★\n') + await reply.edit(f'\n ╭─⌯══⟰ 𝐔𝐩𝐥𝐨𝐝𝐢𝐧𝐠 ⟰══⌯──★ \n├⚡ {progress_bar}|﹝{perc}﹞ \n├🚀 Speed » {sp} \n├📟 Processed » {cur}\n├🧲 Size - ETA » {tot} - {eta} \n├𝐁𝐲 » TIGER\n╰─══ ✪ @TIGER_BHAI_X ✪ ══─★\n') except FloodWait as e: time.sleep(e.x)