Add missing comma

This commit is contained in:
Dan 2018-05-10 18:13:27 +02:00
parent 30c6741ec6
commit 31635327ca

View File

@ -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"
)