We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926c9d6 commit 01f09e3Copy full SHA for 01f09e3
EmailHarvester.py
@@ -173,14 +173,6 @@ def limit_type(x):
173
return x
174
raise argparse.ArgumentTypeError("Minimum results limit is 1.")
175
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
-
184
###################################################################
185
186
if __name__ == '__main__':
0 commit comments