From 49a9dcd7b702ef9df7d7948ee9b725d45972bd6a Mon Sep 17 00:00:00 2001 From: Hafitz Setya <71178188+breakdowns@users.noreply.github.com> Date: Thu, 11 Mar 2021 18:52:48 +0700 Subject: [PATCH] Fixed typo --- 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 0c8e7bf..e49e67d 100644 --- a/bot/helper/ext_utils/bot_utils.py +++ b/bot/helper/ext_utils/bot_utils.py @@ -109,7 +109,7 @@ def get_readable_message(): except: pass if download.status() == MirrorStatus.STATUS_DOWNLOADING: - msg += f"\nGID: {download.gid()}" + msg += f"\nGID: {download.gid()}" msg += "\n\n" return msg