We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d2293 commit f88c316Copy full SHA for f88c316
2 files changed
bbot/core/helpers/web/engine.py
@@ -68,7 +68,7 @@ def _AsyncClient_noproxy(self, *args, **kwargs):
68
69
noproxy_config = dict(self.config)
70
noproxy_web = dict(noproxy_config.get("web", {}))
71
- noproxy_web["http_proxy"] = ""
+ noproxy_web["http_proxy"] = None
72
noproxy_config["web"] = noproxy_web
73
client = BBOTAsyncClient.from_config(noproxy_config, self.target, *args, **kwargs)
74
self.noproxy_web_clients[client.retries] = client
live_update.md
0 commit comments