Skip to content

Commit

Permalink
Missed keyword usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoguen committed Mar 11, 2024
1 parent 3b7dbc3 commit 5ea993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def save_settings(cls, config_widget):
super(KOBOTOUCHEXTENDED, cls).save_settings(config_widget)

def _modify_epub(self, infile, metadata, _=None):
container = KEPubContainer(infile, common.log, self.clean_markup)
container = KEPubContainer(infile, common.log, do_cleanup=self.clean_markup)
if not infile.endswith(EPUB_EXT) or not self.kepubify_book(metadata):
if infile.endswith(KEPUB_EXT):
common.log.info(
Expand Down

0 comments on commit 5ea993c

Please sign in to comment.