mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: [ALAS] _minitouch_client is not default value
This commit is contained in:
@@ -365,7 +365,7 @@ def retry(func):
|
||||
|
||||
class Minitouch(Connection):
|
||||
_minitouch_port: int = 0
|
||||
_minitouch_client: socket.socket
|
||||
_minitouch_client: socket.socket = None
|
||||
_minitouch_pid: int
|
||||
_minitouch_ws: websockets.WebSocketClientProtocol
|
||||
max_x: int
|
||||
|
||||
Reference in New Issue
Block a user