Last active
April 2, 2020 10:22
-
-
Save JeyKJey/a4df4078aa1f86846511332c472fadbf to your computer and use it in GitHub Desktop.
This file contains 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