TTS update to read the text below tittle if there is any

pull/205/head
MeDBeD1 3 years ago committed by GitHub
parent 310006a166
commit 89d69ff0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save