Skip to content

Commit 78c5cfa

Browse files
committed
Fix typo
1 parent 3584737 commit 78c5cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_wifimanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def __init__(
395395
super().__init__(
396396
esp=esp,
397397
ssid=secrets.get("ssid"),
398-
password=secrets.get("secrets"),
398+
password=secrets.get("password"),
399399
enterprise_ident=secrets.get("ent_ident", ""),
400400
enterprise_user=secrets.get("ent_user"),
401401
status_pixel=status_pixel,

0 commit comments

Comments
 (0)