Update content update time after successful listmodifications
This commit is contained in:
parent
49a332724e
commit
c8ac4c0278
1 changed files with 2 additions and 0 deletions
|
@ -451,6 +451,8 @@ class Site(object):
|
|||
# Failed to query modifications
|
||||
self.content_updated = False
|
||||
self.bad_files["content.json"] = 1
|
||||
else:
|
||||
self.content_updated = time.time()
|
||||
|
||||
self.updateWebsocket(updated=True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue