src/conf.py: clarify supybot.protocols.http.proxy

This commit is contained in:
Aminda Suomalainen 2018-09-16 13:13:25 +03:00 committed by Valentin Lorentz
parent be36591760
commit 296d44354f
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ class HttpProxy(registry.String):
super(HttpProxy, self).setValue(v)
registerGlobalValue(supybot.protocols.http, 'proxy',
HttpProxy('', _("""Determines what proxy all HTTP requests should go
HttpProxy('', _("""Determines what HTTP proxy all HTTP requests should go
through. The value should be of the form 'host:port'.""")))
utils.web.proxy = supybot.protocols.http.proxy