Less verbose

merge-requests/8/head
Bob Mottram 2020-09-25 15:38:50 +01:00
parent 3d68d85c0a
commit b8f122004b
1 changed files with 1 additions and 1 deletions

View File

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