Update cli.py

This commit is contained in:
glomatico 2024-05-20 04:17:25 -03:00
parent 79e00e5e19
commit 39d724c488

View File

@ -658,7 +658,7 @@ def main(
)
logger.debug("Applying tags")
downloader.apply_tags(remuxed_path, tags, cover_url)
logger.debug(f"Moving to {final_path}")
logger.debug(f'Moving to "{final_path}"')
downloader.move_to_output_path(remuxed_path, final_path)
if not save_cover:
pass