#45: Add list of malformed article
This commit is contained in:
parent
374ee97baa
commit
6676218ee7
4 changed files with 95 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue