Change arument order of siteSign API call

This commit is contained in:
shortcutme 2017-10-16 15:11:43 +02:00
parent c40f0c6919
commit 75cf8bbb0a
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -343,7 +343,7 @@ class UiWebsocket(object):
self.response(to, ret)
# Sign content.json
def actionSiteSign(self, to, privatekey=None, inner_path="content.json", response_ok=True, update_changed_files=False, remove_missing_optional=False):
def actionSiteSign(self, to, privatekey=None, inner_path="content.json", remove_missing_optional=False, update_changed_files=False, response_ok=True):
self.log.debug("Signing: %s" % inner_path)
site = self.site
extend = {} # Extended info for signing