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 38f5700 commit 9f42d3dCopy full SHA for 9f42d3d
adafruit_portalbase/network.py
@@ -393,8 +393,7 @@ def connect(self, max_attempts=10):
393
and "password" in credentials
394
and isinstance(credentials["ssid"], str)
395
and isinstance(credentials["password"], str)
396
- and len(credentials["ssid"])
397
- and len(credentials["password"]),
+ and len(credentials["ssid"]),
398
self._wifi_credentials,
399
)
400
0 commit comments