dumb test fix 1

This commit is contained in:
Wolfgang Hottgenroth 2020-08-29 13:42:39 +02:00
parent aa7556e950
commit f842b2a03b
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -135,7 +135,7 @@ class MeterbusSerial(object):
print("Waiting for input ... ") print("Waiting for input ... ")
c = self.port.read() c = self.port.read()
print("State {}, Octet {:02X}".format(state, c)) print("State {}, Octet {:02X}".format(state, c[0]))