Misc bug fixes

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-07-06 15:01:28 -07:00
parent e77182ae6a
commit 835c8d4cc6
5 changed files with 44 additions and 16 deletions

View file

@ -44,7 +44,7 @@ def download_albums():
procs.append(subprocess.run([*rip_url, url]))
for p in procs:
print(p)
click.echo(p)
def check_album_dl_success(folder, correct):