mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix
This commit is contained in:
parent
ed870d3a67
commit
cc0f7f754c
1 changed files with 1 additions and 1 deletions
|
|
@ -919,7 +919,7 @@ async def gomov_scrap(_, msg):
|
|||
msgs += f"<b>{c}. <a href='{i['link']}'>{i['judul']}</a></b>\n<b>Genre:</b> <code>{i['genre']}</code>\n"
|
||||
msgs += (
|
||||
f"<b>Extract:</b> <code>/{msg.command[0]}_scrap {i['link']}</code>\n\n"
|
||||
if not re.search(r"series", i["genre"])
|
||||
if not re.search(r"Series", i["genre"])
|
||||
else "\n"
|
||||
)
|
||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||
|
|
|
|||
Loading…
Reference in a new issue