Update interested sets

This commit is contained in:
James Skemp 2024-01-14 11:55:47 -06:00
parent de97d4d482
commit b5a7fa96c8
1 changed files with 2 additions and 5 deletions

View File

@ -79,11 +79,7 @@ if (args.Length >= 1)
"brb",
"nem",
"pcy",
"wc00",
"inv",
"pls",
"7ed",
"apc"
"wc00"
};
var interestedCards = allCards.Where(c => interestedSets.Contains(c.Set) && c.Lang == "en").ToList();
@ -121,6 +117,7 @@ if (args.Length >= 1)
Thread.Sleep(2000);
}
}
Console.WriteLine();
Console.WriteLine($"Card images saved: {setCards.Count}");
}
}