Fix typo in JSON download message to reflect the number of files instead of series IDs
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user