lbry-android-sdk/p4a/pythonforandroidold/recipes/python2legacy/patches/_scproxy.py
2022-12-02 15:15:34 -05:00

12 lines
168 B
Python

'''
Stub functions for _scproxy on iOS
No proxy is supported yet.
'''
def _get_proxy_settings():
return {'exclude_simple': 1}
def _get_proxies():
return {}