Fix typo in JSON download message to reflect the number of files instead of series IDs

This commit is contained in:
2025-12-12 07:15:11 -05:00
parent 7dfe22fe71
commit 3bc35a08f9
+1 -1
View File
@@ -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: