aboutsummaryrefslogtreecommitdiff
path: root/src/due
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-07-27 11:53:48 -0700
committerFuwn <[email protected]>2023-07-27 11:53:48 -0700
commit00516dfd0e44ae0404d74c7e68904cf2d1438d4d (patch)
tree488eb8c3314a069f3028bb8e4ccf74f39962473c /src/due
parentfeat(index): detect outdated token (diff)
downloadold.due.moe-0.1.4.tar.xz
old.due.moe-0.1.4.zip
fix(html): unavailable gtev0.1.4
Diffstat (limited to 'src/due')
-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 c06f939..f674adf 100644
--- a/src/due/html.py
+++ b/src/due/html.py
@@ -210,7 +210,7 @@ def manga_to_html(releasing_outdated_manga, show_missing):
if math.floor(float(previous_volume_largest_chapter)) > available:
available = math.floor(float(previous_volume_largest_chapter))
- if int(progress) >= int(available):
+ if str(available) != "?" and int(progress) >= int(available):
ids.pop()
return