adafruit / Adafruit_CircuitPython_Requests

Requests-like interface for web interfacing
MIT License
51 stars 36 forks source link

Remove last arg from .socket() call #82

Closed dhalbert closed 2 years ago

dhalbert commented 2 years ago

SocketPool.socket() only takes two arguments, but three were being passed. Because of https://github.com/adafruit/circuitpython/pull/5439, this went undetected until recently.

Tagging @tannewt for interest.