FFMpeg-Compressor: Fix typos
This commit is contained in:
parent
4ec523ed1b
commit
0b17eaeb65
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue