Skip to content

Commit

Permalink
Update python_socket.py
Browse files Browse the repository at this point in the history
  • Loading branch information
codershiyar committed Apr 5, 2024
1 parent 12be8b8 commit 55e9da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# The IP address of the robot controller on the network
# عنوان IP لوحدة تحكم الروبوت على الشبكة
host = "192.168.0.35"
host = "192.168.0.5"
# The port number that the robot controller is listening on
# رقم المنفذ الذي تستمع إليه وحدة تحكم الروبوت
port = 30002
Expand Down

0 comments on commit 55e9da9

Please sign in to comment.