mirror of https://gitlab.com/bashrc2/epicyon
Less verbose
parent
3d68d85c0a
commit
b8f122004b
|
@ -49,7 +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))
|
# print('New session created with proxy ' + str(proxyType))
|
||||||
return session
|
return session
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue