Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jo1gi/audiobook-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
jo1gi committed Dec 6, 2023
2 parents 61a4b9c + c44f598 commit a7fdd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audiobookdl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def process_audiobook(audiobook: Audiobook, options) -> None:
def print_output(audiobook: Audiobook, options) -> None:
"""Prints output location"""
metadata = audiobook.metadata
location = output.gen_output_location(options.template, metadata, options.remove_chars)
location = output.gen_output_location(options.output_template, metadata, options.remove_chars)
print(location)


Expand Down

0 comments on commit a7fdd81

Please sign in to comment.