diff --git a/common/importers/goodreads.py b/common/importers/goodreads.py index 18b2ca94..4e2fec58 100644 --- a/common/importers/goodreads.py +++ b/common/importers/goodreads.py @@ -80,7 +80,7 @@ class GoodreadsImporter: mark = BookMark.objects.create(**params) mark.book.update_rating(None, mark.rating) except Exception: - print(f'Skip mark for {mark.book}') + print(f'Skip mark for {book["book"]}') pass total += 1 msg.success(user, f'成功从Goodreads用户主页导入{total}个标记。')