From 835e0a56faa1fecbba149c9beea0b25820151849 Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Sun, 31 Mar 2019 17:38:10 -0700 Subject: [PATCH] Fix #18 --- adafruit_pyportal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_pyportal.py b/adafruit_pyportal.py index 4bc9650..247c2f3 100644 --- a/adafruit_pyportal.py +++ b/adafruit_pyportal.py @@ -623,7 +623,7 @@ def _connect_esp(self): try: self._esp.connect(secrets) except RuntimeError as error: - print("Cound not connect to internet", error) + print("Could not connect to internet", error) print("Retrying in 3 seconds...") time.sleep(3)