Update content update time after successful listmodifications

This commit is contained in:
shortcutme 2018-01-19 02:29:18 +01:00
parent 49a332724e
commit c8ac4c0278
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -451,6 +451,8 @@ class Site(object):
# Failed to query modifications # Failed to query modifications
self.content_updated = False self.content_updated = False
self.bad_files["content.json"] = 1 self.bad_files["content.json"] = 1
else:
self.content_updated = time.time()
self.updateWebsocket(updated=True) self.updateWebsocket(updated=True)