You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> import server_test
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "server_test.py", line 9, in <module>
File "adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py", line 53, in <module>
ImportError: cannot import name parse_headers
there is no parse_headers in adafruit_requests, it was inlined into the body of the request method
The text was updated successfully, but these errors were encountered:
there is no
parse_headers
inadafruit_requests
, it was inlined into the body of therequest
methodThe text was updated successfully, but these errors were encountered: