mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-27 18:35:02 +01:00
...
This commit is contained in:
parent
71d038d975
commit
833f46b149
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def get_results():
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue