mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
src/conf.py: clarify supybot.protocols.http.proxy
This commit is contained in:
parent
be36591760
commit
296d44354f
@ -1220,7 +1220,7 @@ class HttpProxy(registry.String):
|
|||||||
super(HttpProxy, self).setValue(v)
|
super(HttpProxy, self).setValue(v)
|
||||||
|
|
||||||
registerGlobalValue(supybot.protocols.http, 'proxy',
|
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'.""")))
|
through. The value should be of the form 'host:port'.""")))
|
||||||
utils.web.proxy = supybot.protocols.http.proxy
|
utils.web.proxy = supybot.protocols.http.proxy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user