Commit 4579f14e72efd455b1b9616b277e833c8ffda9b7
1 parent
561cb3f8
去掉mysession的代理配置
Showing
1 changed file
with
2 additions
and
2 deletions
commons/MySession.py
... | ... | @@ -48,8 +48,8 @@ class mysession(): |
48 | 48 | self.max_retries = 3 |
49 | 49 | self.keep_alive = False |
50 | 50 | self.ssl_verify = False |
51 | - # self.proxies = None | |
52 | - self.proxies={'http': 'http://localhost:8888', 'https': 'http://localhost:8888'} | |
51 | + self.proxies = None | |
52 | + # self.proxies={'http': 'http://localhost:8888', 'https': 'http://localhost:8888'} | |
53 | 53 | self.allow_redirects = False |
54 | 54 | self.firmid={"group":"1","hd":"2","cd":"3","qqhe":"4","mdj":"5","gy":"6","cc":"7","sg":"8","sy":"9"} |
55 | 55 | ... | ... |