Seppukku commited on
Commit
8481982
·
1 Parent(s): 0d31cc4

added poxies

Browse files
Files changed (1) hide show
  1. pages/Summary.py +3 -0
pages/Summary.py CHANGED
@@ -10,6 +10,9 @@ load_dotenv()
10
 
11
 
12
  proxies = {
 
 
 
13
  "http": "http://104.207.52.77:3128"
14
  }
15
 
 
10
 
11
 
12
  proxies = {
13
+ "http": "http://104.167.30.123:3128",
14
+ "http": "http://104.207.54.37:3128",
15
+ "http": "http://104.207.52.140:3128",
16
  "http": "http://104.207.52.77:3128"
17
  }
18