Ohne Worte

main
Valentin Ochs 2023-05-02 00:35:40 +02:00
parent c7ee716dbe
commit 28323ef0ce
1 changed files with 1 additions and 1 deletions

View File

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