Async serverPortcheck ZeroFrame API call
This commit is contained in:
parent
e9f467ed77
commit
ce78e330d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue