Merge branch 'master' of github.com:madcowswe/ODrive

This commit is contained in:
Oskar Weigl
2018-06-21 16:38:04 -07:00
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def restore_config(device, filename, logger):
data = json.load(file)
logger.info("Restoring configuration from {}...".format(filename))
errors = odrive.configuration.set_dict(device, "", data)
errors = set_dict(device, "", data)
for error in errors:
logger.info(error)