From c43f9ce74c610e0fab4574b1b842c21028430e9e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 4 Jan 2024 16:56:00 +0000 Subject: [PATCH] Missing object --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 4ee148657..b2c2b9d33 100644 --- a/posts.py +++ b/posts.py @@ -2212,7 +2212,7 @@ def create_reading_post(base_dir: str, languages_understood, translate, buy_url, chat_url) if post_json_object: - post_json_object['tag'] = [{ + post_json_object['object']['tag'] = [{ 'href': book_url, 'name': book_title, 'type': 'Edition'