Fix invalid call
This commit is contained in:
parent
ae26cdf3c6
commit
81fa555402
@ -171,7 +171,7 @@ def requestMessage(reqmsg):
|
||||
cleanup()
|
||||
return response
|
||||
except Exception as e:
|
||||
print("error communicating...: {0}".function(str(e)))
|
||||
print("error communicating...: {0}".format(str(e)))
|
||||
else:
|
||||
print("cannot open serial port")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user