Skip to content

Commit

Permalink
small changes to eoguide
Browse files Browse the repository at this point in the history
  • Loading branch information
philippspinnler committed Sep 18, 2024
1 parent 880e7c7 commit 22953b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/plugins/eoguide.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ def get_data():

return {
"total": total,
"totalFormatted": total_formatted,
"latestReview": {
"total_formatted": total_formatted,
"latest_review": {
"review": review_text,
"reviewFormatted": review_formatted,
"review_formatted": review_formatted,
"stars": stars,
"starsFormatted": stars_formatted,
"stars_formatted": stars_formatted,
},
}

0 comments on commit 22953b5

Please sign in to comment.