mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
889ec6e491
commit
a8e07cd355
@ -58,6 +58,7 @@ def update_plugin(name):
|
|||||||
def main(report_error, report_action=prints):
|
def main(report_error, report_action=prints):
|
||||||
try:
|
try:
|
||||||
if time.time() - cache.mtime() < UPDATE_INTERVAL:
|
if time.time() - cache.mtime() < UPDATE_INTERVAL:
|
||||||
|
report_action('Metadata sources cache was recently updated not updating again')
|
||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
report_action('Fetching metadata source hashes...')
|
report_action('Fetching metadata source hashes...')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user