change mqqt broker to localhost

This commit is contained in:
CiscoTheWolf 2023-07-01 22:19:30 +02:00
parent 44ed1f0860
commit 6aadcfd0cc

View file

@ -191,7 +191,7 @@ def on_message(client, userdata, message):
# MQTT broker configuration
broker_address = "10.1.13.173" # Replace with your MQTT broker's address
broker_address = "localhost" # Replace with your MQTT broker's address
broker_port = 1883
broker_keepalive = 60