Typo fix preventing review propogation

This commit is contained in:
Mouse Reeve 2020-02-19 11:44:14 -08:00
parent 3692fe5151
commit ff25152afe

View file

@ -3,7 +3,7 @@ def get_review(review):
''' fedireads json for book reviews '''
status = get_status(review)
status['inReplyToBook'] = review.book.absolute_id
status['fedireadsType'] = review.status_type,
status['fedireadsType'] = review.status_type
status['name'] = review.name
status['rating'] = review.rating
return status