Skip to content

Commit

Permalink
fix file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Archeb committed Jun 17, 2024
1 parent ad5171f commit 68bf6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manga_translator/manga_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ async def listen(self, translation_params: dict = None):
add_file_logger(log_file)

# final.png will be renamed if format param is set
await self.translate_path(self._result_path('input.jpg'), self._result_path('final.png'),
await self.translate_path(self._result_path('input.png'), self._result_path('final.png'),
params=self._params)
print()

Expand Down

0 comments on commit 68bf6f3

Please sign in to comment.