Fixed Typo

This commit is contained in:
2019-07-29 15:26:02 +02:00
parent 5dcc1fe984
commit b0a1dd490f

View File

@@ -242,7 +242,7 @@ class CanListener (can.Listener):
self.log ("ID %s" % hex (_id), 5)
self.log ("data %s" % _data, 5)
self.log ("Sende Quittung/Antwort", 9) ("Reply", 9)
self.log ("Sende Quittung/Antwort", 9)
#Preparing Acktelegram
if _sendecho:
nmsg = can.Message (arbitration_id = int (_id & 0b01111111111), data =_data, extended_id = False)