Commit 4759c5213c55b383537a930e5ad168d96d3eea06
1 parent
454a2eb1
更新进门称重的方法
Showing
1 changed file
with
1 additions
and
1 deletions
commons/MySession.py
... | ... | @@ -167,7 +167,7 @@ class mysession(requests.Session): |
167 | 167 | log.info("{0:=^86}".format('')) |
168 | 168 | log.info("{}\n{}\n".format(url, kwargs)) |
169 | 169 | # 进行请求 |
170 | - re = super().request(method , url, **kwargs, proxies=self.proxies,timeout=self.timeout) | |
170 | + re = super().request(method , url, **kwargs,timeout=self.timeout) | |
171 | 171 | return re |
172 | 172 | |
173 | 173 | ... | ... |