Added own socializer proxy
This commit is contained in:
parent
2403881a7c
commit
3901a2a281
@ -51,7 +51,7 @@ def setup():
|
|||||||
def patched_session_init(self):
|
def patched_session_init(self):
|
||||||
global orig_session_init
|
global orig_session_init
|
||||||
orig_session_init(self)
|
orig_session_init(self)
|
||||||
self.proxies={"http": "http://code.manuelcortez.net:3128",
|
self.proxies={"http": "http://socializer.su:3128",
|
||||||
"https": "http://code.manuelcortez.net:3128"}
|
"https": "http://socializer.su:3128"}
|
||||||
|
|
||||||
setup()
|
setup()
|
||||||
|
Loading…
Reference in New Issue
Block a user