Update incorrect keys
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
d38fe34cb9
commit
97ecf9697e
@ -49,9 +49,9 @@ def get_content(
|
|||||||
|
|
||||||
# Add overview field, set None if not available
|
# Add overview field, set None if not available
|
||||||
try:
|
try:
|
||||||
content_info[i]["overview"] = results[i]["overview"]
|
content_info[i]["description"] = results[i]["overview"]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
content_info[i]["overview"] = "No overview available"
|
content_info[i]["description"] = "No description available"
|
||||||
|
|
||||||
# Add remotePoster field, set None if not available
|
# Add remotePoster field, set None if not available
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user