the 3rd file of requested changes

pull/205/head
MeDBeD1 3 years ago committed by GitHub
parent 6ec9475232
commit 2fbb369f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,8 @@ def get_subreddit_threads():
try: try:
content["thread_url"] = submission.url content["thread_url"] = submission.url
content["thread_title"] = submission.title + submission.selftext content["thread_title"] = submission.title
content["thread_post"] = submission.selftext
content["comments"] = [] content["comments"] = []
for top_level_comment in submission.comments: for top_level_comment in submission.comments:

Loading…
Cancel
Save