Skip to content

Commit 8e6928b

Browse files
authored
Merge pull request adafruit#1225 from brentru/fix-pet-planter-code
Update PyPortal Pet Planter Code
2 parents 9d5fe4e + 5ef3d61 commit 8e6928b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyportal_pet_planter/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
MQTT.set_socket(socket, esp)
186186

187187
# Initialize a new MQTT Client object
188-
mqtt_client = MQTT.MQTT(broker="https://io.adafruit.com",
188+
mqtt_client = MQTT.MQTT(broker="io.adafruit.com",
189189
username=secrets["aio_user"],
190190
password=secrets["aio_key"])
191191

0 commit comments

Comments
 (0)