This commit is contained in:
JustArchi
2016-06-26 20:29:56 +02:00
parent 9bc76ca1fe
commit 12aa933355

View File

@@ -444,8 +444,7 @@ namespace ArchiSteamFarm {
}
HtmlNode htmlNode = htmlDocument.DocumentNode.SelectSingleNode("//div[@class='pagecontent']/script");
if (htmlNode == null) {
Logging.LogNullError(nameof(htmlNode), Bot.BotName);
if (htmlNode == null) { // Trade can be no longer valid
return null;
}