From be445c23e5c5856478bd8279d8624ff47cba2827 Mon Sep 17 00:00:00 2001 From: Resousse <11071770+Resousse@users.noreply.github.com> Date: Sat, 26 Aug 2023 09:26:15 +0200 Subject: [PATCH] Solve issue 464 by removing the extra + --- seeker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seeker.py b/seeker.py index 58213efb..31e9a3b9 100755 --- a/seeker.py +++ b/seeker.py @@ -155,7 +155,7 @@ def send_telegram(content): if rqst: utils.print(f'{G}[+] {C}Successfully sent to Telegram bot {W}') else: - utils.print(f'{R}[-] {C}Unable to send to Telegram bot {W}\n{rqst.status_code} => {+rqst.text}') + utils.print(f'{R}[-] {C}Unable to send to Telegram bot {W}\n{rqst.status_code} => {rqst.text}') def template_select(site):