Skip to content

Commit c99868c

Browse files
committed
Minor update to error message
1 parent d9353dd commit c99868c

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
@@ -400,7 +400,7 @@ def connect(self, max_attempts=10):
400400
)
401401
if not len(self._wifi_credentials):
402402
self._wifi_credentials = None
403-
raise OSError("No valid wifi credentials provided")
403+
raise OSError("No wifi credentials provided")
404404

405405
for credentials in self._wifi_credentials:
406406
self._wifi.neo_status(STATUS_CONNECTING)

0 commit comments

Comments
 (0)