We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30411c commit e479c7fCopy full SHA for e479c7f
telegram/utils/request.py
@@ -29,6 +29,7 @@
29
from telegram.error import Unauthorized, NetworkError, TimedOut, BadRequest
30
31
_CON_POOL = None
32
+""":type: urllib3.HTTPSConnectionPool"""
33
CON_POOL_SIZE = 1
34
35
0 commit comments