2 parents a9c4c72 + 03f57cd commit 9c7db10Copy full SHA for 9c7db10
2 files changed
pyrogram/__init__.py
@@ -31,7 +31,7 @@
31
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
32
)
33
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
34
-__version__ = "0.9.1.async1"
+__version__ = "0.9.2.async"
35
36
from .api.errors import Error
37
from .client.types import (
pyrogram/connection/connection.py
@@ -36,7 +36,7 @@ class Connection:
4: TCPIntermediateO
}
38
39
- def __init__(self, dc_id: int, test_mode: bool, ipv6: bool, proxy: dict, mode: int = 1):
+ def __init__(self, dc_id: int, test_mode: bool, ipv6: bool, proxy: dict, mode: int = 3):
40
self.dc_id = dc_id
41
self.ipv6 = ipv6
42
self.proxy = proxy
0 commit comments