Clarify some strings

This commit is contained in:
Lonami Exo
2018-07-25 02:21:44 +02:00
parent 7b22c72c3e
commit 200a4e47b8
4 changed files with 8 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ class TcpClient:
if proxy is None:
s = socket.socket(mode, socket.SOCK_STREAM)
else:
__log__.info('Connection will be made through proxy %s', proxy)
import socks
s = socks.socksocket(mode, socket.SOCK_STREAM)
if isinstance(proxy, dict):