From 1ddc7d936577281c2d9ed09ea04ac628d63ae590 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:15:44 +0800 Subject: [PATCH] Fix: [ALAS] _minitouch_client is not default value --- module/device/method/minitouch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/device/method/minitouch.py b/module/device/method/minitouch.py index 2b9958a6f..32d9441d4 100644 --- a/module/device/method/minitouch.py +++ b/module/device/method/minitouch.py @@ -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