Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Added more verbose output for Community Rating scrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Oct 26, 2020
1 parent 6052abe commit 2ab4b42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions F95ZoneMetadata/F95ZoneGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ public override async Task<AGame> LoadGame()
AvailableFields.Add(MetadataField.CommunityScore);
LogFound("Ratings", sRating);
}
else
{
Logger.Debug($"Unable to parse rating \"{sRating}\"");
}
}
else
{
Logger.Debug("Rating Node Value is empty!");
}
}

Expand Down

0 comments on commit 2ab4b42

Please sign in to comment.