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 d3e7a58 commit 5a587c2Copy full SHA for 5a587c2
adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py
@@ -75,7 +75,7 @@ def start(self):
75
print("Server available at {0}:{1}".format(ip, self.port))
76
print(
77
"Sever status: ",
78
- _the_interface.get_server_state(self._server_sock.socknum),
+ _the_interface.server_state(self._server_sock.socknum),
79
)
80
81
def update_poll(self):
0 commit comments