mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 04:44:50 +00:00
Merge branch 'develop' into asyncio
# Conflicts: # pyrogram/__init__.py
This commit is contained in:
commit
9c7db1046e
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ __copyright__ = "Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance
|
|||
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
|
||||
)
|
||||
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
|
||||
__version__ = "0.9.1.async1"
|
||||
__version__ = "0.9.2.async"
|
||||
|
||||
from .api.errors import Error
|
||||
from .client.types import (
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class Connection:
|
|||
4: TCPIntermediateO
|
||||
}
|
||||
|
||||
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):
|
||||
self.dc_id = dc_id
|
||||
self.ipv6 = ipv6
|
||||
self.proxy = proxy
|
||||
|
|
|
|||
Loading…
Reference in a new issue