From cc90560657f5e2ab8828cc4fca3be388920fbbc9 Mon Sep 17 00:00:00 2001 From: Shubham dubey Date: Sat, 12 Oct 2019 17:39:04 +0530 Subject: [PATCH] This triggers my OCD --- 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 68a2f6b..83a51fa 100644 --- a/bot/helper/ext_utils/bot_utils.py +++ b/bot/helper/ext_utils/bot_utils.py @@ -84,7 +84,7 @@ def get_readable_message(progress_list: list = None): msg = '' for status in progress_list: msg += f'Name: {status.name()}\n' \ - f'status: {status.status()}\n' \ + f'Status: {status.status()}\n' \ f'{get_progress_bar_string(status)} {status.progress()} of {status.size()}\n' \ f'Speed: {status.speed()}\n' \ f'ETA: {status.eta()}\n\n'