Update huntersearch.py

Removing unnecessary thing.
This commit is contained in:
Matt 2018-12-18 00:23:07 -05:00 committed by GitHub
parent 239b0f31f9
commit 7821713d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ""