Skip to content

Commit d7072b9

Browse files
adafruit_io_simpletest.py: fix aio_user to aio_username to match default secrets.py
1 parent e458105 commit d7072b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/adafruit_io_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def message(client, feed_id, payload):
100100

101101
# Initialize a new MQTT Client object
102102
mqtt_client = MQTT.MQTT(
103-
broker="io.adafruit.com", username=secrets["aio_user"], password=secrets["aio_key"],
103+
broker="io.adafruit.com", username=secrets["aio_username"], password=secrets["aio_key"],
104104
)
105105

106106

0 commit comments

Comments
 (0)