Errror message fix

removed exalead from suggested engines
This commit is contained in:
laramies 2014-12-17 00:01:17 +00:00
parent 7ab1d5fc73
commit 8541e3fc0f

View file

@ -104,7 +104,7 @@ def start(argv):
if engine not in ("google","googleCSE" , "linkedin", "pgp", "all", "google-profiles", "bing", "bing_api",
"yandex", "people123", "jigsaw", "dogpilesearch","twitter","googleplus"):
usage()
print "Invalid search engine, try with: bing, google, linkedin, pgp, exalead, jigsaw, bing_api, people123, google-profiles,dogpilesearch,twitter,googleplus"
print "Invalid search engine, try with: bing, google, linkedin, pgp, jigsaw, bing_api, people123, google-profiles,dogpilesearch,twitter,googleplus"
sys.exit()
else:
pass