python-ring-doorbell
python-ring-doorbell copied to clipboard
Please Allow Proxies Configuration
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,