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