aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/due/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/due/html.py b/src/due/html.py
index 7472018..1e1a095 100644
--- a/src/due/html.py
+++ b/src/due/html.py
@@ -133,7 +133,7 @@ def manga_to_html(releasing_outdated_manga, show_missing):
try:
available = list(
manga_chapter_aggregate["volumes"][
- str(len(list(manga_chapter_aggregate["volumes"])) - 1)
+ str(len(list(manga_chapter_aggregate["volumes"])))
]["chapters"]
)[0]
except Exception: