From 4fc07cd7a9783efe6057569edfc60807e25f91da Mon Sep 17 00:00:00 2001 From: lzzy12 Date: Wed, 25 Dec 2019 19:17:35 +0530 Subject: [PATCH] Fix typo in speed indicator Signed-off-by: lzzy12 --- bot/helper/ext_utils/bot_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/helper/ext_utils/bot_utils.py b/bot/helper/ext_utils/bot_utils.py index ee4e03b..9f699c7 100644 --- a/bot/helper/ext_utils/bot_utils.py +++ b/bot/helper/ext_utils/bot_utils.py @@ -90,7 +90,7 @@ def get_readable_message(): if download.status() != MirrorStatus.STATUS_ARCHIVING: msg += f"\n{get_progress_bar_string(download)} {download.progress()} of " \ f"{download.size()}" \ - f" at {download.speed()}ps, ETA: {download.eta()}\n\n" + f" at {download.speed()}, ETA: {download.eta()}\n\n" return msg