No longer run send_code_request from sign_in

This commit is contained in:
Lonami Exo
2021-09-18 16:36:11 +02:00
parent 431a9309e3
commit 4321b97e98
3 changed files with 9 additions and 9 deletions

View File

@@ -381,8 +381,6 @@ class TelegramClient:
You should only use this if you are not authorized yet.
This method will send the code if it's not provided.
.. note::
In most cases, you should simply use `start()` and not this method.