mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Log info when using a proxy
This commit is contained in:
parent
efbd052ec3
commit
8e538199ea
@ -44,6 +44,11 @@ class TCP(socks.socksocket):
|
|||||||
password=proxy.password
|
password=proxy.password
|
||||||
)
|
)
|
||||||
|
|
||||||
|
log.info("Using proxy {}:{}".format(
|
||||||
|
proxy.hostname,
|
||||||
|
proxy.port
|
||||||
|
))
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
try:
|
try:
|
||||||
self.shutdown(socket.SHUT_RDWR)
|
self.shutdown(socket.SHUT_RDWR)
|
||||||
|
Loading…
Reference in New Issue
Block a user