Session debug

main
Bob Mottram 2020-06-24 09:37:16 +01:00
parent 689e9a76cf
commit f7abd0d702
1 changed files with 1 additions and 0 deletions

View File

@ -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