diff options
Diffstat (limited to 'src/due/html/manga.py')
| -rw-r--r-- | src/due/html/manga.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/due/html/manga.py b/src/due/html/manga.py index ea655ba..dbf6154 100644 --- a/src/due/html/manga.py +++ b/src/due/html/manga.py @@ -119,7 +119,7 @@ def manga_to_html(releasing_outdated_manga, show_missing): ) ) - if show_missing is not None and str(available)[0] == "?": + if show_missing is None and str(available)[0] == "?": ids.pop() return |