fixed loop for shutter2can
This commit is contained in:
parent
f241e7cf04
commit
e6da99b4a6
@ -139,7 +139,7 @@ def main():
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
while True:
|
while True:
|
||||||
mcp_mqtt.loop_start()
|
mcp_mqtt.loop()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
pass
|
pass
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user