comparison remuxaudio.py @ 40:2aa9614cb39a

flake8
author Paper <mrpapersonic@gmail.com>
date Mon, 21 Jun 2021 15:16:15 -0400
parents 41bf22504479
children
comparison
equal deleted inserted replaced
39:a93c352af05e 40:2aa9614cb39a
1 import os, sys 1 import os
2 2
3 count = 0 3 count = 0
4 for path, folder, files in os.walk("./"): 4 for path, folder, files in os.walk("./"):
5 for file in files: 5 for file in files:
6 if file.endswith('.mkv'): 6 if file.endswith('.mkv'):