mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add missing comma
This commit is contained in:
parent
30c6741ec6
commit
31635327ca
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ There are two ways to configure a Pyrogram application project, and you can choo
|
|||
|
||||
app = Client(
|
||||
session_name="my_account",
|
||||
api_id=12345
|
||||
api_id=12345,
|
||||
api_hash="0123456789abcdef0123456789abcdef"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue