Skip to content

Commit

Permalink
Fixed MU passsing cls
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePromidius committed Feb 8, 2024
1 parent 76bb7da commit 39118f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_cinfo(cls, comic_info_from_ui) -> ComicInfo | None:
comicinfo.year = data["year"]

# People Info
cls.update_people_from_mapping(cls, data["authors"], cls.person_mapper, comicinfo,
cls.update_people_from_mapping(data["authors"], cls.person_mapper, comicinfo,
lambda item: item["name"],
lambda item: item["type"])

Expand Down

0 comments on commit 39118f7

Please sign in to comment.