diff --git a/docs/source/resources/AutoAuthorization.rst b/docs/source/resources/AutoAuthorization.rst index 46f0809d..73504f80 100644 --- a/docs/source/resources/AutoAuthorization.rst +++ b/docs/source/resources/AutoAuthorization.rst @@ -35,6 +35,7 @@ ask you to input the phone code manually. app.start() print(app.get_me()) + app.stop() Sign Up ------- @@ -61,4 +62,5 @@ Telegram account in case the phone number you passed is not registered yet. ) app.start() - print(app.get_me()) \ No newline at end of file + print(app.get_me()) + app.stop() \ No newline at end of file