This commit is contained in:
Sebastiano Gottardo 2020-05-07 14:04:00 +00:00 committed by GitHub
commit 464fe34e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class LoginManager(val app: TelegramApp, val target_dir: String, val phoneToUse:
val pw = getPassword()
verify_password(client, pw)
}
System.out.println("Everything seems fine. Please run this tool again with '--account ${phone} to use this account.")
System.out.println("Everything seems fine. Please run this tool again with '--account ${phone}' to use this account.")
}
private fun send_code_to_phone_number(client: TelegramClient, phone: String): TLSentCode {