Fixed submission crashes

Changed submission.url to submission.permalink
pull/446/head
Owlcept 3 years ago committed by GitHub
parent 41ebf3b5e5
commit 4895549871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ def get_subreddit_threads():
print_substep(f"Video will be: {submission.title} :thumbsup:")
console.log("Getting video comments...")
try:
content["thread_url"] = submission.url
content["thread_url"] = submission.permalink
content["thread_title"] = submission.title
content["thread_post"] = submission.selftext
content["comments"] = []

Loading…
Cancel
Save