mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 15:03:01 +08:00
Update huntersearch.py
Removing unnecessary thing.
This commit is contained in:
parent
239b0f31f9
commit
7821713d36
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ def __init__(self, word, limit, start):
|
|||
self.limit = 100
|
||||
self.start = start
|
||||
self.key = ""
|
||||
if self.key == "10ae8b7dc5815aa241cecf3884be509aec2f0669":
|
||||
if self.key == "":
|
||||
print("You need an API key in order to use the Hunter search engine. You can get one here: https://hunter.io")
|
||||
sys.exit()
|
||||
self.results = ""
|
||||
|
|
Loading…
Reference in a new issue