Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
zGadli committed Dec 30, 2024
1 parent 6223356 commit 1ec4eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/jp/s/syosetu.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def read_novel_info(self):
if type(tag) is element.NavigableString:
continue

if 'p-eplist__chapter-title'in tag.attrs.get('class', ''):
if 'p-eplist__chapter-title' in tag.attrs.get('class', ''):
# Part/volume (there might be none)
volume_id += 1
self.volumes.append({
Expand Down

0 comments on commit 1ec4eff

Please sign in to comment.