mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 05:04:51 +00:00
Reformat code
This commit is contained in:
parent
984e989a4b
commit
aa800c3ebc
1 changed files with 2 additions and 1 deletions
|
|
@ -42,10 +42,11 @@ class TCP:
|
|||
self.lock = asyncio.Lock()
|
||||
|
||||
self.socket = socks.socksocket()
|
||||
self.socket.settimeout(TCP.TIMEOUT)
|
||||
|
||||
self.reader = None # type: asyncio.StreamReader
|
||||
self.writer = None # type: asyncio.StreamWriter
|
||||
|
||||
self.socket.settimeout(TCP.TIMEOUT)
|
||||
self.proxy_enabled = proxy.get("enabled", False)
|
||||
|
||||
if proxy and self.proxy_enabled:
|
||||
|
|
|
|||
Loading…
Reference in a new issue