From b932eca2304d3bc98f41b64d8f6ac25398fe6e5f Mon Sep 17 00:00:00 2001 From: yasir Date: Mon, 9 Jan 2023 10:06:35 +0700 Subject: [PATCH] Fix LIne --- misskaty/plugins/scrapwebsite.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misskaty/plugins/scrapwebsite.py b/misskaty/plugins/scrapwebsite.py index d5a37f59..4c363911 100644 --- a/misskaty/plugins/scrapwebsite.py +++ b/misskaty/plugins/scrapwebsite.py @@ -662,7 +662,7 @@ async def terbit21_scrap(_, msg): msgs += ( f"💠 Download\n\n" if not re.search(r"Complete|Ongoing", i["kategori"]) - else "" + else "\n" ) if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000: await msg.reply( @@ -718,7 +718,7 @@ async def terbit21_scrap(_, msg): msgs += ( f"💠 Download\n\n" if not re.search(r"Complete|Ongoing", i["kategori"]) - else "" + else "\n" ) if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000: await msg.reply( @@ -782,7 +782,7 @@ async def lk21_scrap(_, msg): msgs += ( f"💠 Download\n\n" if not re.search(r"Complete|Ongoing", i["kategori"]) - else "" + else "\n" ) if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000: await msg.reply( @@ -841,7 +841,7 @@ async def lk21_scrap(_, msg): msgs += ( f"💠 Download\n\n" if not re.search(r"Complete|Ongoing", i["kategori"]) - else "" + else "\n" ) if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000: await msg.reply(