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