From 3bc35a08f97daf65acf30430d80fd2b4038a4118 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 12 Dec 2025 07:15:11 -0500 Subject: [PATCH] Fix typo in JSON download message to reflect the number of files instead of series IDs --- update_mongo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_mongo.py b/update_mongo.py index 2fd1a79..3b88180 100755 --- a/update_mongo.py +++ b/update_mongo.py @@ -313,7 +313,7 @@ def main() -> int: lprint.logprint("debug", f"Series {seriesid} present in downloaded updates but missing in previous listing") lprint.logprint("info", f"Downloadinng JSON for {len(files_needed)} series IDs.") - print(f"Downloadinng JSON for {len(files_needed)} series IDs.") + print(f"Downloadinng JSON for {len(files_needed)} files.") try: for directory, filename in files_needed: