mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-05 07:50:23 +08:00
fixed text
This commit is contained in:
@@ -51,7 +51,7 @@ def main():
|
||||
print("No files found !")
|
||||
return
|
||||
|
||||
print(f"{len(files)} file(s) to extract")
|
||||
print(f"{len(files)} file{'s' if len(files) != 1 else ''} to extract")
|
||||
iteration = 0
|
||||
|
||||
for file in files:
|
||||
|
||||
Reference in New Issue
Block a user