Skip to content

Commit

Permalink
Merge pull request #649 from Archeb/main
Browse files Browse the repository at this point in the history
fix file extension
  • Loading branch information
zyddnys authored Jun 17, 2024
2 parents e5c0f4d + 68bf6f3 commit 3ef8958
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 3ef8958

Please sign in to comment.