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