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 88eebf2 commit 6c18a02Copy full SHA for 6c18a02
examples/requests_simpletest.py
@@ -40,7 +40,7 @@
40
41
# Initialize a requests object with a socket and esp32spi interface
42
socket.set_interface(esp)
43
-requests.set_socket(socket)
+requests.set_socket(socket, esp)
44
45
TEXT_URL = "http://wifitest.adafruit.com/testwifi/index.html"
46
JSON_GET_URL = "http://httpbin.org/get"
0 commit comments