Skip to content

Commit

Permalink
actually return on deleted manga
Browse files Browse the repository at this point in the history
  • Loading branch information
Ableytner committed Nov 11, 2024
1 parent efc5f07 commit 23c89bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tagged-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release tagged image
on: [workflow_dispatch]

env:
CURRENT_VERSION: 0.0.7
CURRENT_VERSION: 0.0.8

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions src/nikobot/modules/mal/manga.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def _fetch_chapters(self) -> None:
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)
return

self.chapters = chapters

Expand Down
2 changes: 2 additions & 0 deletions start.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
SET /p DISCORD_TOKEN=< .\dc_token.txt
SET /p MAL_CLIENT_ID=< .\client_id.txt
".\venv\Scripts\python.exe" src/main.py
pause

0 comments on commit 23c89bb

Please sign in to comment.