Moar debugs

This commit is contained in:
Neil Carpenter 2022-12-12 12:06:30 -05:00
parent 5a9a5eab60
commit 899e38907c
1 changed files with 1 additions and 0 deletions

View File

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