mirror of https://gitlab.com/bashrc2/epicyon
Missing object
parent
c428697799
commit
c43f9ce74c
2
posts.py
2
posts.py
|
@ -2212,7 +2212,7 @@ def create_reading_post(base_dir: str,
|
||||||
languages_understood, translate,
|
languages_understood, translate,
|
||||||
buy_url, chat_url)
|
buy_url, chat_url)
|
||||||
if post_json_object:
|
if post_json_object:
|
||||||
post_json_object['tag'] = [{
|
post_json_object['object']['tag'] = [{
|
||||||
'href': book_url,
|
'href': book_url,
|
||||||
'name': book_title,
|
'name': book_title,
|
||||||
'type': 'Edition'
|
'type': 'Edition'
|
||||||
|
|
Loading…
Reference in New Issue