Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ableytner committed Nov 11, 2024
1 parent d82ad7c commit 47a7d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nikobot/modules/mal/manga.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _fetch_chapters(self) -> None:
raise error.UnknownProvider()

if len(chapters) == 0:
print(f"Manga {self.mal_id} was propably deleted at url {self._manga_provider_url}, " +
print(f"Manga {self.mal_id} was propably deleted at url {self._manga_provider_url}, " +
"removing and trying again later")
self.set_manga_provider(None, None)

Expand Down

0 comments on commit 47a7d27

Please sign in to comment.