Skip to content

Commit

Permalink
Merge pull request #131 from adafruit/anecdata-patch-1
Browse files Browse the repository at this point in the history
fix .server_state() attribute name
  • Loading branch information
FoamyGuy authored Dec 7, 2021
2 parents 08ae699 + 5029758 commit de4829a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def start(self):
ip = _the_interface.pretty_ip(_the_interface.ip_address)
print("Server available at {0}:{1}".format(ip, self.port))
print(
"Sever status: ",
_the_interface.get_server_state(self._server_sock.socknum),
"Server status: ",
_the_interface.server_state(self._server_sock.socknum),
)

def update_poll(self):
Expand Down

0 comments on commit de4829a

Please sign in to comment.