Fixes book uid helper function
This commit is contained in:
parent
73df951ac0
commit
c72bd98957
2 changed files with 9 additions and 8 deletions
|
@ -66,6 +66,7 @@ def get_remote_reviews(user):
|
|||
book_id,
|
||||
status['name'],
|
||||
status['content'],
|
||||
status['rating']
|
||||
status['rating'],
|
||||
status.get('published'),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue