pull/1/head
DiMartinoXBMC 2015-08-05 00:51:36 +03:00
parent 65c82894b2
commit 331b29ee61
1 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ def search(url, searchersList, isApi=None):
progressBar.update(int(iterator), join_list(left_searchers, replace='.py'))
searcherFile = q.get_nowait()
if searcherFile == CleanExit:
sys.exit()
return
searcher=searcherFile.replace('.py','')
print "Thread %s: Searching at %s" % (i, searcher)
result[searcherFile]=Searchers().searchWithSearcher(url, searcher)