lbry-android-sdk/recipes/python2/patches/_scproxy.py

11 lines
166 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
'''
Stub functions for _scproxy on iOS
No proxy is supported yet.
'''
def _get_proxy_settings():
return {'exclude_simple': 1}
def _get_proxies():
return {}