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 d9353dd commit c99868cCopy full SHA for c99868c
adafruit_portalbase/network.py
@@ -400,7 +400,7 @@ def connect(self, max_attempts=10):
400
)
401
if not len(self._wifi_credentials):
402
self._wifi_credentials = None
403
- raise OSError("No valid wifi credentials provided")
+ raise OSError("No wifi credentials provided")
404
405
for credentials in self._wifi_credentials:
406
self._wifi.neo_status(STATUS_CONNECTING)
0 commit comments