Skip to content

Commit 41f7c25

Browse files
author
Melissa LeBlanc-Williams
committed
Small bug fix
1 parent b878f96 commit 41f7c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_wifimanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def reset(self):
6565
Perform a hard reset on the ESP32
6666
"""
6767
if self.debug:
68-
print("Resetting ESP32\n", error)
68+
print("Resetting ESP32")
6969
self._esp.reset()
7070

7171
def connect(self):

0 commit comments

Comments
 (0)