Skip to content

Commit e96daec

Browse files
authored
Implement non-blocking TCP connection (
1 parent d2f3cd9 commit e96daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/connection/transport/tcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from .tcp import TCP
19+
from .tcp import TCP, Proxy
2020
from .tcp_abridged import TCPAbridged
2121
from .tcp_abridged_o import TCPAbridgedO
2222
from .tcp_full import TCPFull

0 commit comments

Comments
 (0)