From 1b2ffd864f98ff5accbfeff06f2464a919e8336f Mon Sep 17 00:00:00 2001 From: leconio <80002462@sf-express.com> Date: Thu, 9 May 2019 13:29:34 +0800 Subject: [PATCH] fix artist's dict cannot be found exception --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 8d94f14..a1271f5 100644 --- a/app.py +++ b/app.py @@ -91,7 +91,6 @@ for path in args.input: continue if os.path.isdir(path): files += [os.path.join(path, name) for name in os.listdir(path) if os.path.splitext(name)[-1] == '.ncm'] - print(files) else: files += [path]