From 22953b51b426d6e3addd54b7313460e2dd6d5f1c Mon Sep 17 00:00:00 2001 From: Philipp Spinnler Date: Wed, 18 Sep 2024 16:30:27 +0200 Subject: [PATCH] small changes to eoguide --- app/plugins/eoguide.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/plugins/eoguide.py b/app/plugins/eoguide.py index 3400819..ee60820 100644 --- a/app/plugins/eoguide.py +++ b/app/plugins/eoguide.py @@ -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, }, }