forked from indymedia/epicyon
Session debug
parent
689e9a76cf
commit
f7abd0d702
|
@ -49,6 +49,7 @@ def createSession(proxyType: str):
|
|||
session.proxies = {}
|
||||
session.proxies['http'] = 'socks5h://localhost:7777'
|
||||
session.proxies['https'] = 'socks5h://localhost:7777'
|
||||
print('New session created with proxy ' + str(proxyType))
|
||||
return session
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue