Browse Source

fixed loop for shutter2can

master
root 4 years ago
parent
commit
e6da99b4a6
  1. 2
      tools/shutter2can.py

2
tools/shutter2can.py

@ -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…
Cancel
Save