This commit is contained in:
yumoqing 2024-10-10 10:50:18 +08:00
parent 1ffed0fc16
commit 18e4300fe8

View File

@ -146,7 +146,6 @@ class WsPool:
if r is None:
r = WsData()
self.set_data(r)
debug(f'get_data():r={r}')
return r
def set_data(self, data):