From 6d7445a8d1a5b858ae25c457bb70341e7e95ca8a Mon Sep 17 00:00:00 2001 From: "Silent Demon ( MysterySD )" <105407900+SilentDemonSD@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:19:23 +0530 Subject: [PATCH] Fix `Cover Image` Overlap --- bot/helper/mirror_utils/upload_utils/gdriveTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/helper/mirror_utils/upload_utils/gdriveTools.py b/bot/helper/mirror_utils/upload_utils/gdriveTools.py index 4d6a582d48..6c7e51344b 100644 --- a/bot/helper/mirror_utils/upload_utils/gdriveTools.py +++ b/bot/helper/mirror_utils/upload_utils/gdriveTools.py @@ -656,7 +656,7 @@ def drive_list(self, fileName, stopDup=False, noMulti=False, isRecursive=True, i if noMulti: break - if msg != '': + if msg != f"""
""": telegraph_content.append(msg) return telegraph_content, contents_no