Skip to content

Commit

Permalink
typo mistake 🙈😬
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxxRider authored May 6, 2021
1 parent f83b5b7 commit 380433a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobrot/helper_funcs/display_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<b>╭────── ⌊__<b>UploadinG</b>: 〘{2}%〙 📤__⌉</b>\n\n<b>├〖{0}{1}〗</b>\n".format(
progress = "<b>╭────── ⌊__UploadinG: 〘{2}%〙 📤__⌉</b>\n\n<b>├〖{0}{1}〗</b>\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))
Expand Down

0 comments on commit 380433a

Please sign in to comment.