Skip to content

Commit 18d5293

Browse files
brentrubrentru
brentru
authored and
brentru
committed
remove self
1 parent ca2147d commit 18d5293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def request(method, url, data=None, json=None, headers=None, stream=False, timeo
224224
reason = ""
225225
if len(line) > 2:
226226
reason = line[2].rstrip()
227-
self.parse_headers(sock)
227+
parse_headers(sock)
228228

229229
if line.startswith(b"Transfer-Encoding:"):
230230
if b"chunked" in line:

0 commit comments

Comments
 (0)