Check site files on forced update

This commit is contained in:
shortcutme 2016-09-04 18:05:42 +02:00
parent 46a2ea9421
commit 69f0e972d3

View file

@ -625,7 +625,7 @@ class UiWebsocket(object):
# Update site content.json # Update site content.json
def actionSiteUpdate(self, to, address): def actionSiteUpdate(self, to, address):
def updateThread(): def updateThread():
site.update() site.update(check_files=True)
self.response(to, "Updated") self.response(to, "Updated")
site = self.server.sites.get(address) site = self.server.sites.get(address)