FFMpeg-Compressor: Fix typos

This commit is contained in:
OleSTEEP 2023-06-01 18:40:24 +03:00
parent 4ec523ed1b
commit 0b17eaeb65
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ def get_compression_status(orig_folder):
if os.path.isfile(f'{orig_folder}/{file}'):
orig_folder_len += 1
for file in os.listdir(orig_folder):
for file in os.listdir(f'{orig_folder}_compressed'):
if os.path.isfile(f'{orig_folder}_compressed/{file}'):
comp_folder_len += 1