changeset 27:0f81a012ead6

minor inconvenience it wouldn't work with it anyway committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Sat, 15 May 2021 01:14:13 -0400
parents 9bc3913e95c4
children 30e203432cd7
files intro.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/intro.py	Sat May 15 01:12:12 2021 -0400
+++ b/intro.py	Sat May 15 01:14:13 2021 -0400
@@ -1,7 +1,7 @@
 import os
 
 amt = 1
-for subdir, dirs, files in os.walk("./"):
+for files in os.walk("./"):
     for file in files:
         ext = os.path.splitext(file)[-1].lower()
         if ext == ".mkv":