We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bb3fc commit 82f9671Copy full SHA for 82f9671
adafruit_portalbase/network.py
@@ -388,7 +388,7 @@ def connect(self, max_attempts=10):
388
389
self._wifi_credentials = list(
390
filter(
391
- lambda credentials: isinstance(credentials, (list, tuple))
+ lambda credentials: isinstance(credentials, dict)
392
and "ssid" in credentials
393
and "password" in credentials
394
and isinstance(credentials["ssid"], str)
0 commit comments