mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-10-31 23:54:05 +00:00
Add missing ' character in log message
Before: `Everything seems fine. Please run this tool again with '--account +4917077651234 to use this account.` After: `Everything seems fine. Please run this tool again with '--account +4917077651234' to use this account.`
This commit is contained in:
parent
223a0fdde3
commit
4866b1b304
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user