forked from peter/volvo2mqtt
Fix typo
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ def on_message(client, userdata, msg):
|
|||||||
otp_code = payload
|
otp_code = payload
|
||||||
set_otp_state()
|
set_otp_state()
|
||||||
else:
|
else:
|
||||||
logging.warning("Found retained OTP, this can't work! Pleas clean retained messages!")
|
logging.warning("Found retained OTP, this can't work! Please clean retained messages!")
|
||||||
return None
|
return None
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user