Fix invalid call
This commit is contained in:
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user