2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-25 03:17:41 +00:00

Update AutoAuthorization page

This commit is contained in:
Dan 2018-06-22 13:36:22 +02:00
parent dd156e0f7a
commit 1aa02cb63f

View File

@ -35,6 +35,7 @@ ask you to input the phone code manually.
app.start() app.start()
print(app.get_me()) print(app.get_me())
app.stop()
Sign Up Sign Up
------- -------
@ -61,4 +62,5 @@ Telegram account in case the phone number you passed is not registered yet.
) )
app.start() app.start()
print(app.get_me()) print(app.get_me())
app.stop()