Skip to content

Commit e8963fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 86579e3 commit e8963fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy/plugin/proxy_pool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
)
6262

6363
flags.add_argument(
64-
'--forward-all',
64+
'--forward-all',
6565
action='store_true',
66-
help='Forward all requests to the proxy, including private IP requests'
66+
help='Forward all requests to the proxy, including private IP requests',
6767
)
6868

6969
class ProxyPoolPlugin(TcpUpstreamConnectionHandler, HttpProxyBasePlugin):

0 commit comments

Comments
 (0)