mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1d5e7897db
commit
8de9017002
@ -107,6 +107,7 @@ class Stores(OrderedDict):
|
|||||||
return
|
return
|
||||||
if time.time() - self.last_check_time < self.CHECK_INTERVAL:
|
if time.time() - self.last_check_time < self.CHECK_INTERVAL:
|
||||||
return
|
return
|
||||||
|
self.last_check_time = time.time()
|
||||||
try:
|
try:
|
||||||
self.update_thread.start()
|
self.update_thread.start()
|
||||||
except (RuntimeError, AttributeError):
|
except (RuntimeError, AttributeError):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user