Fix asking for phone on .start()

This commit is contained in:
Lonami Exo
2018-01-13 12:00:53 +01:00
parent 77301378f8
commit 0d429f55c5
2 changed files with 3 additions and 8 deletions

View File

@@ -36,7 +36,6 @@ Creating a client
# api_hash from https://my.telegram.org, under API Development.
api_id = 12345
api_hash = '0123456789abcdef0123456789abcdef'
phone = '+34600000000'
client = TelegramClient('session_name', api_id, api_hash)
client.start()