Skip to content

Commit 01f09e3

Browse files
committed
minor
minor
1 parent 926c9d6 commit 01f09e3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

EmailHarvester.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,6 @@ def limit_type(x):
173173
return x
174174
raise argparse.ArgumentTypeError("Minimum results limit is 1.")
175175

176-
#===============================================================================
177-
# def engine_type(engine):
178-
# engines = 'all ask bing google yahoo'.split()
179-
# if engine in engines:
180-
# return engine
181-
# raise argparse.ArgumentTypeError("Invalid search engine, try with: {}.".format(', '.join(engines)))
182-
#===============================================================================
183-
184176
###################################################################
185177

186178
if __name__ == '__main__':

0 commit comments

Comments
 (0)