feat: 增加hanoi右侧动作

This commit is contained in:
bmy
2024-06-22 20:47:00 +08:00
parent e72f1e5c24
commit 90b888eac7
3 changed files with 113 additions and 96 deletions

View File

@@ -99,5 +99,4 @@ class main_task():
self.socket.send_string("")
resp = self.socket.recv_pyobj()
# logger.info(resp)
self.parse_data(resp)