Skip to content

Commit

Permalink
Update scan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
karthi-the-hacker authored May 21, 2024
1 parent 01e5353 commit a295a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve20199670/includes/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def cvescan(url, output):
bot.sendmessage(fullurl)
if output is not None:
writefile.writedata(
output, str(f'{fullurl}\n'))
output, str(f'{fullurl}\n'))
except requests.exceptions.RequestException as e:
print(
f'{const.Colors.MAGENTA}Invalid Domain ->{const.Colors.BLUE}${const.Colors.RESET} {url}: {e}')
Expand Down

0 comments on commit a295a8a

Please sign in to comment.