mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-13 19:29:52 +02:00
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