We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccaffe commit f0e9949Copy full SHA for f0e9949
robots.py
@@ -24,7 +24,7 @@ def connect_mqtt(self):
24
mqtt_client.username_pw_set(mqtt_config['username'],
25
mqtt_config['password'])
26
mqtt_client.connect(host=mqtt_config['host'])
27
- logger.info("MQTT connecting to %s", mqtt_config['host'])
+ logger.info("MQTT connecting to '%s'", mqtt_config['host'])
28
mqtt_client.subscribe('/robot/+/$online$')
29
mqtt_client.subscribe('/robot/+/$name$')
30
0 commit comments