Async serverPortcheck ZeroFrame API call

This commit is contained in:
shortcutme 2019-01-23 02:07:11 +01:00
parent e9f467ed77
commit ce78e330d3
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -27,7 +27,7 @@ class UiWebsocket(object):
"channelJoinAllsite", "serverUpdate", "serverPortcheck", "serverShutdown", "serverShowdirectory", "serverGetWrapperNonce",
"certSet", "certList", "configSet", "permissionAdd", "permissionRemove", "announcerStats", "userSetGlobalSettings"
])
async_commands = set(["fileGet", "fileList", "dirList", "fileNeed"])
async_commands = set(["fileGet", "fileList", "dirList", "fileNeed", "serverPortcheck"])
def __init__(self, ws, site, server, user, request):
self.ws = ws