Update hexapod.py
This commit is contained in:
parent
264c44f55e
commit
83f03cdf52
@ -350,7 +350,8 @@ class Hexapod(Thread):
|
||||
|
||||
def save_config(self):
|
||||
try:
|
||||
json.dump(self.config, open('/home/pi/hexapod/software/raspberry pi/config.json', 'w+'), indent=4)
|
||||
json.dump(self.config, open(
|
||||
'/home/pi/hexapod/software/raspberry pi/config.json', 'w+'), indent=4)
|
||||
except PermissionError as err:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user