Skip to content

Commit ac0fccb

Browse files
author
brentru
committed
remove depreciated https prefix on url
1 parent c439726 commit ac0fccb

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)