mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user