Update tcpserver.py
This commit is contained in:
parent
593075afe4
commit
fc1fd49d12
@ -44,7 +44,7 @@ class TCPServer(Thread):
|
||||
|
||||
self.cmd_queue = out_cmd_queue
|
||||
|
||||
with open('./config.json', 'r') as read_file:
|
||||
with open('/home/pi/hexapod/software/raspberry pi/config.json', 'r') as read_file:
|
||||
self.config = json.load(read_file)
|
||||
|
||||
self.ip = '192.168.1.127'
|
||||
|
Loading…
x
Reference in New Issue
Block a user