mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2025-04-04 19:36:19 +00:00
Fix grammar
This commit is contained in:
parent
899e38907c
commit
be6aaa9c2e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue