This commit is contained in:
Kovid Goyal 2011-03-28 16:26:54 -06:00
parent 71d038d975
commit 833f46b149

View File

@ -79,7 +79,7 @@ def identify(log, abort, title=None, authors=None, identifiers=[], timeout=30):
time.sleep(0.2)
if get_results() and first_result_at is None:
first_result_at = time.time()
first_result_at = time.time()
if not is_worker_alive(workers):
break