Skip to content

Commit

Permalink
chore: _
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwoyuki committed Feb 23, 2024
1 parent e8da097 commit 51fb83c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/en/r/reaperscans.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ def read_novel_info(self):
]
self.resolve_futures(toc_futures, desc="TOC", unit="page")
for f in toc_futures:
dom = f.result()
chapters.extend(self.get_chapters_from_doc(dom))
chapters.extend(self.get_chapters_from_doc(f.result()))

self.insert_chapters(chapters)

Expand Down

0 comments on commit 51fb83c

Please sign in to comment.