Skip to content

Commit 5029758

Browse files
authored
Update adafruit_esp32spi_wsgiserver.py
1 parent 5a587c2 commit 5029758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def start(self):
7474
ip = _the_interface.pretty_ip(_the_interface.ip_address)
7575
print("Server available at {0}:{1}".format(ip, self.port))
7676
print(
77-
"Sever status: ",
77+
"Server status: ",
7878
_the_interface.server_state(self._server_sock.socknum),
7979
)
8080

0 commit comments

Comments
 (0)