-
-
Save essalj/8e93475875d3f0366aabbb728ec6c59f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| proxies = {'http' : 'http://10.10.0.0:0000', | |
| 'https': 'http://120.10.0.0:0000'} | |
| page_response = requests.get(page_link, proxies=proxies, timeout=5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment