Skip to content

Commit

Permalink
Remove invalid dict key
Browse files Browse the repository at this point in the history
  • Loading branch information
hyugogirubato committed Jul 18, 2024
1 parent cba561c commit 1708415
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cbz/comic.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def __info(items: dict, fields: dict) -> dict:
fields=COMIC_FIELDS)

comic_pages = []
comic_info['Pages'] = []
for i, page in enumerate(self.pages):
page_info = __info(
items={k: v for k, v in page.__dict__.items() if not k.startswith('_')},
Expand Down

0 comments on commit 1708415

Please sign in to comment.