Skip to content

Commit 9c7db10

Browse files
committed
Merge branch 'develop' into asyncio
# Conflicts: # pyrogram/__init__.py
2 parents a9c4c72 + 03f57cd commit 9c7db10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
3232
)
3333
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
34-
__version__ = "0.9.1.async1"
34+
__version__ = "0.9.2.async"
3535

3636
from .api.errors import Error
3737
from .client.types import (

pyrogram/connection/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Connection:
3636
4: TCPIntermediateO
3737
}
3838

39-
def __init__(self, dc_id: int, test_mode: bool, ipv6: bool, proxy: dict, mode: int = 1):
39+
def __init__(self, dc_id: int, test_mode: bool, ipv6: bool, proxy: dict, mode: int = 3):
4040
self.dc_id = dc_id
4141
self.ipv6 = ipv6
4242
self.proxy = proxy

0 commit comments

Comments
 (0)