Fix invalid call

This commit is contained in:
Timothy Allen 2024-04-28 13:53:18 +02:00
parent ae26cdf3c6
commit 81fa555402

View File

@ -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")