mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 13:14:52 +00:00
Merge branch 'master' into dispatcher
This commit is contained in:
commit
13d25f4e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class Client:
|
|||
last_name: str = None,
|
||||
workers: int = 4):
|
||||
self.session_name = session_name
|
||||
self.api_id = int(api_id)
|
||||
self.api_id = int(api_id) if api_id else None
|
||||
self.api_hash = api_hash
|
||||
self.proxy = proxy
|
||||
self.test_mode = test_mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue