Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
fix typo Unknow error to Unknown error
  • Loading branch information
rhamaa committed Dec 23, 2018
1 parent 7c98647 commit 5194fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Belati.py
Expand Up @@ -371,7 +371,7 @@ def wappalyzing_webpage(self, domain):
except urllib2.HTTPError as exc:
log.console_log('HTTP Error: {0}'.format(str(exc)))
except Exception as exc:
log.console_log('Unknow error: {0}'.format(str(exc)))
log.console_log('Unknown error: {0}'.format(str(exc)))

def service_scanning(self, ipaddress):
scan_nm = ScanNmap()
Expand Down

0 comments on commit 5194fa5

Please sign in to comment.