fix code-server reboot problem(close debug)
This commit is contained in:
@@ -10,7 +10,7 @@ class ASEngineClient:
|
||||
def __init__(self, server_url: str, namespace: str, id:str):
|
||||
"""
|
||||
初始化客户端
|
||||
:param server_url: 服务器URL,例如 'http://localhost:5000'
|
||||
:param server_url: 服务器URL,例如 'https://asengine.net'
|
||||
:param namespace: 命名空间,例如 '/socket.io/7100eebf7a909e1ee3f4e06766f512f0358ecb6ac51d5434c17d31dd70890dc1'
|
||||
"""
|
||||
self.server_url = server_url
|
||||
|
||||
Reference in New Issue
Block a user