mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 16:56:16 +00:00
Stop looking for an account after a matching account is found.
This commit is contained in:
parent
cc7b2f09af
commit
81ac38fbc8
@ -85,6 +85,7 @@ public class CommandLineController {
|
|||||||
if (acc.equals(CommandLineOptions.val_account)) {
|
if (acc.equals(CommandLineOptions.val_account)) {
|
||||||
found=true;
|
found=true;
|
||||||
logger.trace("Matches.");
|
logger.trace("Matches.");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!found) {
|
if (!found) {
|
||||||
|
Loading…
Reference in New Issue
Block a user