TODO comments
This commit is contained in:
parent
da10d2fb76
commit
091323d4e3
1 changed files with 2 additions and 0 deletions
|
@ -511,6 +511,8 @@ class UiWebsocket(object):
|
|||
|
||||
# Sign and publish content.json
|
||||
def actionSitePublish(self, to, privatekey=None, inner_path="content.json", sign=True, remove_missing_optional=False, update_changed_files=False):
|
||||
# TODO: check certificates (https://github.com/zeronet-conservancy/zeronet-conservancy/issues/190)
|
||||
# TODO: update certificates (https://github.com/zeronet-conservancy/zeronet-conservancy/issues/194)
|
||||
if sign:
|
||||
inner_path = self.actionSiteSign(
|
||||
to, privatekey, inner_path, response_ok=False,
|
||||
|
|
Loading…
Reference in a new issue