Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
weebzone authored Nov 9, 2022
1 parent 9a2367c commit 7bbfcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def scrapper(update, context):
gd_txt += (f"{(title.text).replace('GDToT | ' , '')}\n{ns}\n\n")
elif re.match(r'https?://pastetot\.\S+', ns):
nxt = re.sub(r'\(|\)|(https?://pastetot\.\S+)', '', next_s)
gd_txt += (f"{nxt}\n{ns}")
gd_txt += (f"\n{nxt}\n{ns}")
if len(gd_txt) > 4000:
sendMessage(gd_txt, context.bot, update.message)
gd_txt = ""
Expand Down

0 comments on commit 7bbfcbd

Please sign in to comment.