Don't mark content.json as bad file if update failed

This commit is contained in:
Tamas Kocsis 2020-09-18 18:43:54 +02:00
parent bf092b83ab
commit 4da89580c1
1 changed files with 0 additions and 1 deletions

View File

@ -516,7 +516,6 @@ class Site(object):
if len(queried) == 0:
# Failed to query modifications
self.content_updated = False
self.bad_files["content.json"] = 1
else:
self.content_updated = time.time()