From 380433ae88d11b01bcad9a558fbe539551cfdb97 Mon Sep 17 00:00:00 2001
From: ADIB AKHTAB <66148227+MaxxRider@users.noreply.github.com>
Date: Thu, 6 May 2021 07:43:36 +0530
Subject: [PATCH] =?UTF-8?q?typo=20mistake=20=F0=9F=99=88=F0=9F=98=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
tobrot/helper_funcs/display_progress.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tobrot/helper_funcs/display_progress.py b/tobrot/helper_funcs/display_progress.py
index 51974fe8..09055221 100644
--- a/tobrot/helper_funcs/display_progress.py
+++ b/tobrot/helper_funcs/display_progress.py
@@ -77,7 +77,7 @@ async def progress_for_pyrogram(self, current, total, ud_type, start):
elapsed_time = TimeFormatter(milliseconds=elapsed_time)
estimated_total_time = TimeFormatter(milliseconds=estimated_total_time)
- progress = "╭────── ⌊__UploadinG: 〘{2}%〙 📤__⌉\n│ \n├〖{0}{1}〗\n".format(
+ progress = "╭────── ⌊__UploadinG: 〘{2}%〙 📤__⌉\n│ \n├〖{0}{1}〗\n".format(
''.join([FINISHED_PROGRESS_STR for i in range(math.floor(percentage / 5))]),
''.join([UN_FINISHED_PROGRESS_STR for i in range(20 - math.floor(percentage / 5))]),
round(percentage, 2))