mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 18:36:22 +02:00
replace *.deepwisdom.ai for scraping by local server
This commit is contained in:
parent
ac755e7668
commit
d53cfd39f7
6 changed files with 50 additions and 35 deletions
|
|
@ -103,7 +103,7 @@ class WDMHttpProxyClient(WDMHttpClient):
|
|||
|
||||
def get(self, url, **kwargs):
|
||||
if "proxies" not in kwargs and self.proxy:
|
||||
kwargs["proxies"] = {"all_proxy": self.proxy}
|
||||
kwargs["proxies"] = {"all": self.proxy}
|
||||
return super().get(url, **kwargs)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue