fix whitespaces

This commit is contained in:
Janne Alaranta
2023-05-07 18:47:04 +03:00
parent 13dedae09f
commit 1ce5dc9e18

View File

@@ -83,12 +83,12 @@ class MangadexExtractor(Extractor):
data["author"] = [author["attributes"]["name"]
for author in relationships["author"]]
data["group"] = [group["attributes"]["name"]
for group in relationships["scanlation_group"]]
for group in relationships["scanlation_group"]]
data["status"] = mattributes["status"]
data["tags"] = [tag["attributes"]["name"]["en"]
for tag in mattributes["tags"]]
return data