Track articles with malformed wikitext
This commit is contained in:
parent
f055532220
commit
2870f7686e
3 changed files with 23 additions and 8 deletions
|
@ -67,7 +67,7 @@ impl SteamCache {
|
|||
i += 1;
|
||||
if i % SAVE_INTERVAL == 0 {
|
||||
self.save();
|
||||
println!("\n:: saved\n");
|
||||
println!("\n:: saved ({i})\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue