1
0
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:
Fabian Schlenz 2016-09-20 06:35:25 +02:00
parent cc7b2f09af
commit 81ac38fbc8

View File

@ -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) {