SheffieldSolar / PV_Live-API

A Python implementation of the PV_Live web API.
16 stars 4 forks source link

Add support for proxy connections #12

Closed JamieTaylor-TUOS closed 1 year ago

JamieTaylor-TUOS commented 2 years ago

Some companies' internet blocks access to the API host and so a proxy is required, Suggest switching to urllib3 instead of requests to make this easier.