Fixes book uid helper function

This commit is contained in:
Mouse Reeve
2020-03-07 13:17:48 -08:00
parent 73df951ac0
commit c72bd98957
2 changed files with 9 additions and 8 deletions

View File

@ -66,6 +66,7 @@ def get_remote_reviews(user):
book_id,
status['name'],
status['content'],
status['rating']
status['rating'],
status.get('published'),
)