From a8e07cd355abd14ccc9e566b65255201c7d59e23 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 28 Feb 2017 10:38:52 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/metadata/sources/update.py b/src/calibre/ebooks/metadata/sources/update.py index 52355c52af..a9e7c6a56b 100644 --- a/src/calibre/ebooks/metadata/sources/update.py +++ b/src/calibre/ebooks/metadata/sources/update.py @@ -58,6 +58,7 @@ def update_plugin(name): def main(report_error, report_action=prints): try: if time.time() - cache.mtime() < UPDATE_INTERVAL: + report_action('Metadata sources cache was recently updated not updating again') return try: report_action('Fetching metadata source hashes...')