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