Mythus commited on
Commit
89191a2
·
verified ·
1 Parent(s): f77afd4

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +5 -1
run.py CHANGED
@@ -40,5 +40,9 @@ headers = {
40
  params = {
41
  'term': "Parini",
42
  }
43
- response = requests.get('https://eduboom.it/ajax/lessons-search', params=params, headers=headers)
 
 
 
 
44
  print(response.text)
 
40
  params = {
41
  'term': "Parini",
42
  }
43
+ proxy = "uigjnltt@wh0r7ws6tq0q206.41.172.74:6634"
44
+ proxies = {
45
+ "http": proxy,
46
+ }
47
+ response = requests.get('https://eduboom.it/ajax/lessons-search', params=params, headers=headers,proxies=proxies)
48
  print(response.text)