Give message for no overview
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
49cd95e36c
commit
d38fe34cb9
@ -51,7 +51,7 @@ def get_content(
|
|||||||
try:
|
try:
|
||||||
content_info[i]["overview"] = results[i]["overview"]
|
content_info[i]["overview"] = results[i]["overview"]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
content_info[i]["overview"] = None
|
content_info[i]["overview"] = "No overview 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