python-ring-doorbell icon indicating copy to clipboard operation
python-ring-doorbell copied to clipboard

Please Allow Proxies Configuration

Open socal0001 opened this issue 5 years ago • 0 comments

Please allow configuration to use a proxy.

Perhaps a configuration variable could be: proxies={ 'http': 'http://192.168.1.1:3128', 'https': 'http://192.168.1.1:3128', }

Then, I believe the only chanes required are in auth.py (test quickly to work):

in class Auth: in def fetch_token: in token = add proxies=proxies

and in def kwargs = add "proxies": proxies,

socal0001 avatar Jun 07 '20 18:06 socal0001