From 007398d01496e7a413d2fbe752c19fe0a5051151 Mon Sep 17 00:00:00 2001 From: Silent Demon <105407900+SilentDemonSD@users.noreply.github.com> Date: Thu, 15 Jun 2023 19:49:52 +0530 Subject: [PATCH] Minor Fix --- bot/helper/mirror_utils/upload_utils/ddlEngine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/helper/mirror_utils/upload_utils/ddlEngine.py b/bot/helper/mirror_utils/upload_utils/ddlEngine.py index 2cb6e0739b..3a7f3e2552 100644 --- a/bot/helper/mirror_utils/upload_utils/ddlEngine.py +++ b/bot/helper/mirror_utils/upload_utils/ddlEngine.py @@ -82,7 +82,7 @@ async def upload(self, file_name, size): return LOGGER.info(f"Uploaded To DDL: {file_name}") except Exception as err: - await LOGGER.info(f"upload cancel") + LOGGER.info(f"DDL Upload has been Cancelled") self.__is_errored = True finally: if self.__is_cancelled or self.__is_errored: