This commit is contained in:
JustArchi
2016-06-05 16:40:23 +02:00
parent aae41d5c1f
commit b966db5845

View File

@@ -255,8 +255,7 @@ namespace ArchiSteamFarm {
}
HtmlNodeCollection htmlNodes = htmlDocument.DocumentNode.SelectNodes("//div[@class='badge_title_stats']");
if (htmlNodes == null) {
Logging.LogNullError(nameof(htmlNodes), Bot.BotName);
if (htmlNodes == null) { // For example a page full of non-games badges
return;
}