This commit is contained in:
Kovid Goyal 2017-02-28 10:38:52 +05:30
parent 889ec6e491
commit a8e07cd355

View File

@ -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...')