mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:29:26 +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