mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Update AutoAuthorization page
This commit is contained in:
parent
dd156e0f7a
commit
1aa02cb63f
1 changed files with 3 additions and 1 deletions
|
|
@ -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()
|
||||||
Loading…
Reference in a new issue