Browse Source

fix artist's dict cannot be found exception

pull/17/head
leconio 5 years ago
parent
commit
1b2ffd864f
  1. 1
      app.py

1
app.py

@ -91,7 +91,6 @@ for path in args.input:
continue continue
if os.path.isdir(path): if os.path.isdir(path):
files += [os.path.join(path, name) for name in os.listdir(path) if os.path.splitext(name)[-1] == '.ncm'] files += [os.path.join(path, name) for name in os.listdir(path) if os.path.splitext(name)[-1] == '.ncm']
print(files)
else: else:
files += [path] files += [path]

Loading…
Cancel
Save