From 1aa02cb63f63514a61300edabd188db711073d90 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 22 Jun 2018 13:36:22 +0200 Subject: [PATCH] Update AutoAuthorization page --- docs/source/resources/AutoAuthorization.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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