Ohne Worte
This commit is contained in:
parent
c7ee716dbe
commit
28323ef0ce
|
@ -30,7 +30,7 @@ def main():
|
|||
config = parser.parse_args()
|
||||
|
||||
mqttc = mqcl.Client()
|
||||
mqttc.connect_async("10.10.21.2", keepalive=60)
|
||||
mqttc.connect_async(config.mqtt_host, keepalive=60)
|
||||
mqttc.loop_start()
|
||||
|
||||
log_host = None
|
||||
|
|
Loading…
Reference in New Issue
Block a user