Update chamtool.py

This commit is contained in:
Xander
2017-03-23 16:32:58 -04:00
committed by GitHub
parent ce87f0a4ff
commit 42ea0bf3c7
+1 -1
View File
@@ -50,7 +50,7 @@ def cmdDumpMFU(chameleon, arg):
return "{}".format(chameleon.cmdDumpMFU()['response'])
def cmdConfig(chameleon, arg):
result = chameleon.cmdConfig(chameleon, arg)
result = chameleon.cmdConfig(arg)
if (arg is None):
return "Current configuration: {}".format(result['response'])