Skip to content

Commit bf326aa

Browse files
committed
Correct typo of "password"
1 parent a4bb40a commit bf326aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_portalbase/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def __init__(
113113
self._secrets_network = [
114114
{
115115
"ssid": self._secrets["ssid"],
116-
"passwprd": self._secrets["password"],
116+
"password": self._secrets["password"],
117117
}
118118
]
119119

0 commit comments

Comments
 (0)