storygraph renamed the author field

This commit is contained in:
Allie Signet 2021-05-10 20:09:16 -03:00
parent 314a27841b
commit 8c2552f739

View file

@ -17,7 +17,7 @@ class StorygraphImporter(Importer):
data = {}
data["import_source"] = self.service
data["Title"] = entry["Title"]
data["Author"] = entry["Author"]
data["Author"] = entry["Authors"]
data["ISBN13"] = entry["ISBN"]
data["My Review"] = entry["Review"]
if entry["Star Rating"]: