Should test locally first...

This commit is contained in:
James Pace 2022-04-02 00:09:43 +00:00
parent b62da77718
commit 0234131aa3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ client = paho.mqtt.client.Client(protocol=paho.mqtt.client.MQTTv5,
transport="websockets")
client.username_pw_set("jimmy", password=token)
client.tls_set()
client.connect("mqtt.jpace121.net", port=443)
client.connect("localhost", port=8082)
print("Waiting on connection.")
time.sleep(20)