thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.71k stars 1.62k forks source link

Solve issue 464 by removing the extra + #465

Closed Resousse closed 10 months ago

Resousse commented 10 months ago

Issue https://github.com/thewhiteh4t/seeker/issues/464 shows an unexpected error, this PR improves the error management.

Cause : Error management has been converted from : utils.print(f'{R}[-] {C}Unable to send to Telegram bot {W}'+r.status_code+" => "+r.text) to utils.print(f'{R}[-] {C}Unable to send to Telegram bot {W}\n{rqst.status_code} => {+rqst.text}')

There was an extra "+" sign.