mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 07:56:12 +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):
|
class Minitouch(Connection):
|
||||||
_minitouch_port: int = 0
|
_minitouch_port: int = 0
|
||||||
_minitouch_client: socket.socket
|
_minitouch_client: socket.socket = None
|
||||||
_minitouch_pid: int
|
_minitouch_pid: int
|
||||||
_minitouch_ws: websockets.WebSocketClientProtocol
|
_minitouch_ws: websockets.WebSocketClientProtocol
|
||||||
max_x: int
|
max_x: int
|
||||||
|
|||||||
Reference in New Issue
Block a user