Skip to content

Commit f88c316

Browse files
committed
Fix no proxy set ptoper type
1 parent a9d2293 commit f88c316

2 files changed

Lines changed: 1 addition & 290 deletions

File tree

bbot/core/helpers/web/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _AsyncClient_noproxy(self, *args, **kwargs):
6868

6969
noproxy_config = dict(self.config)
7070
noproxy_web = dict(noproxy_config.get("web", {}))
71-
noproxy_web["http_proxy"] = ""
71+
noproxy_web["http_proxy"] = None
7272
noproxy_config["web"] = noproxy_web
7373
client = BBOTAsyncClient.from_config(noproxy_config, self.target, *args, **kwargs)
7474
self.noproxy_web_clients[client.retries] = client

live_update.md

Lines changed: 0 additions & 289 deletions
This file was deleted.

0 commit comments

Comments
 (0)