You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to enable Python to call SOCKS5 proxy in IP blocked areas.
proxy_context = [
{"https":'socks5://127.0.0.1:10808', "http":'socks5://127.0.0.1:10808'},
{"https":'127.0.0.1:10809', "http":'127.0.0.1:10809'},
]
client = PoeApi(tokens,proxy=proxy_context)
The text was updated successfully, but these errors were encountered:
How to enable Python to call SOCKS5 proxy in IP blocked areas.
proxy_context = [
{"https":'socks5://127.0.0.1:10808', "http":'socks5://127.0.0.1:10808'},
{"https":'127.0.0.1:10809', "http":'127.0.0.1:10809'},
]
client = PoeApi(tokens,proxy=proxy_context)
The text was updated successfully, but these errors were encountered: