We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e8881 commit c2be8aaCopy full SHA for c2be8aa
1 file changed
adafruit_esp32spi/adafruit_esp32spi_requests.py
@@ -61,8 +61,8 @@ class Response:
61
headers = {}
62
encoding = None
63
64
- def __init__(self, socket):
65
- self.socket = socket
+ def __init__(self, sock):
+ self.socket = sock
66
self.encoding = "utf-8"
67
self._cached = None
68
self.status_code = None
0 commit comments