removed comments
This commit is contained in:
parent
4cc44b3cd6
commit
522bd87c9c
|
@ -13,12 +13,7 @@ pygame.display.set_mode((640, 480))
|
||||||
|
|
||||||
rc_socket = socket.socket()
|
rc_socket = socket.socket()
|
||||||
try:
|
try:
|
||||||
|
|
||||||
rc_socket.connect((ip, 1234)) # connect to robot
|
rc_socket.connect((ip, 1234)) # connect to robot
|
||||||
#rc_socket.connect(('192.168.4.1', 1234)) # connect to robot
|
|
||||||
#rc_socket.connect(('192.168.1.101', 1234)) # connect to robot
|
|
||||||
#rc_socket.connect(('192.168.1.102', 1234)) # connect to robot
|
|
||||||
#rc_socket.connect(('192.168.1.103', 1234)) # connect to robot
|
|
||||||
except socket.error:
|
except socket.error:
|
||||||
print("could not connect to socket")
|
print("could not connect to socket")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user