1
0
Fork 0
mirror of https://github.com/Horhik/Instagram2Fedi.git synced 2025-04-04 19:36:19 +00:00

Fix grammar

This commit is contained in:
Neil Carpenter 2022-12-12 12:14:04 -05:00
parent 899e38907c
commit be6aaa9c2e

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: