mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Update conf.py
This commit is contained in:
parent
c211c60e52
commit
7be7b98e68
@ -1190,10 +1190,10 @@ class HttpProxy(registry.String):
|
||||
'http': v,
|
||||
'https': v
|
||||
}
|
||||
proxyHandler = ProxyHandler(proxies)
|
||||
proxyOpenerDirector = build_opener(proxyHandler)
|
||||
install_opener(proxyOpenerDirector)
|
||||
super(HttpProxy, self).setValue(v)
|
||||
proxyHandler = ProxyHandler(proxies)
|
||||
proxyOpenerDirector = build_opener(proxyHandler)
|
||||
install_opener(proxyOpenerDirector)
|
||||
super(HttpProxy, self).setValue(v)
|
||||
|
||||
registerGlobalValue(supybot.protocols.http, 'proxy',
|
||||
HttpProxy('', _("""Determines what proxy all HTTP requests should go
|
||||
|
Loading…
Reference in New Issue
Block a user