fixed loop for shutter2can

This commit is contained in:
root 2019-12-16 00:41:16 +00:00
parent f241e7cf04
commit e6da99b4a6

View File

@ -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: