mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 23:13:24 +08:00
Minor cosmetic fix to notify when user encounters Exception.
This commit is contained in:
parent
457e4a4242
commit
cec034e811
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def crawl(self, text):
|
|||
tmp.add(url)
|
||||
return tmp
|
||||
except Exception as e:
|
||||
print(e)
|
||||
print('Exception occurred: ' + str(e))
|
||||
return []
|
||||
|
||||
def get_emails(self):
|
||||
|
|
Loading…
Reference in a new issue