fixed indentation

pull/280/head
iaacornus 3 years ago
parent f589ca7b6f
commit fa664369b9
No known key found for this signature in database
GPG Key ID: 281739AE7252598C

@ -64,13 +64,13 @@ def get_subreddit_threads(subreddit_):
for top_level_comment in submission.comments: for top_level_comment in submission.comments:
if not top_level_comment.stickied: if not top_level_comment.stickied:
content["comments"].append( content["comments"].append(
{ {
"comment_body": top_level_comment.body, "comment_body": top_level_comment.body,
"comment_url": top_level_comment.permalink, "comment_url": top_level_comment.permalink,
"comment_id": top_level_comment.id, "comment_id": top_level_comment.id,
} }
) )
except AttributeError as e: except AttributeError as e:
pass pass

Loading…
Cancel
Save