aboutsummaryrefslogtreecommitdiff
path: root/src/due/html.py
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-07-26 19:26:39 -0700
committerFuwn <[email protected]>2023-07-26 19:26:39 -0700
commit22ddad9b6dee87f87e3badc0216ebf3ae51a5a6d (patch)
treee9be8ae84bfaf7bf4089ceec85f3dd6d943bd0b7 /src/due/html.py
parentfix(html): manga volume latest chapter index (diff)
downloadold.due.moe-22ddad9b6dee87f87e3badc0216ebf3ae51a5a6d.tar.xz
old.due.moe-22ddad9b6dee87f87e3badc0216ebf3ae51a5a6d.zip
fix(html): chapter over track not due
Diffstat (limited to 'src/due/html.py')
-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 1e1a095..eed686e 100644
--- a/src/due/html.py
+++ b/src/due/html.py
@@ -170,7 +170,7 @@ def manga_to_html(releasing_outdated_manga, show_missing):
if str(available)[0].isdigit():
available = math.floor(float(available))
- if str(progress) == str(available):
+ if int(progress) >= int(available):
ids.pop()
return