comment test host

This commit is contained in:
Kseninia Mikhaylova 2024-09-18 14:49:11 +03:00
parent a6b33ff78d
commit 7a78c55a42
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ class SocketRobotArm:
self.host = MODBUS_SERVER_HOST
self.port = 9760
self.host = "127.0.0.1"
self.port = 65432
# self.host = "127.0.0.1"
# self.port = 65432
self.tkinter_root = tkinter.Tk()