#45: Add list of malformed article

This commit is contained in:
mtkennerly 2024-06-22 17:05:11 -04:00
parent 374ee97baa
commit 6676218ee7
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
4 changed files with 95 additions and 1 deletions

View file

@ -137,6 +137,7 @@ async fn main() {
steam_cache.save();
manifest.save();
missing::save_missing_games(&wiki_cache, &manifest, &manifest_override);
wiki::save_malformed_list(&wiki_cache);
}
if !success {