mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-31 08:50:48 +08:00
Fix: Comment debug code in minitouch
This commit is contained in:
@@ -218,7 +218,7 @@ class MiniTouch(Connection):
|
|||||||
|
|
||||||
def minitouch_send(self):
|
def minitouch_send(self):
|
||||||
content = self.minitouch_builder.content
|
content = self.minitouch_builder.content
|
||||||
logger.info("send operation: {}".format(content.replace("\n", "\\n")))
|
# logger.info("send operation: {}".format(content.replace("\n", "\\n")))
|
||||||
byte_content = content.encode('utf-8')
|
byte_content = content.encode('utf-8')
|
||||||
self.client.sendall(byte_content)
|
self.client.sendall(byte_content)
|
||||||
self.client.recv(0)
|
self.client.recv(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user