Fix grammar

This commit is contained in:
Neil Carpenter 2022-12-12 12:14:04 -05:00
parent 899e38907c
commit be6aaa9c2e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def split_array(arr, size):
def try_to_get_carousel(array, post):
try:
print("Looking for carousel in " + post)
print("Looking for carousel in " + str(post))
node = vars(post)['_node']
if 'edge_sidecar_to_children' in node:
try: