Skip to content

Commit

Permalink
Merge pull request #73 from martimarkov/patch-1
Browse files Browse the repository at this point in the history
Update __main__.py
  • Loading branch information
jo1gi authored Dec 5, 2023
2 parents d4fe47d + a74b6ff commit c44f598
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 c44f598

Please sign in to comment.