fixed merge errors

pull/354/head
null3000 2 years ago committed by GitHub
parent 4fdc1aeca3
commit 6af6b4136b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ def get_subreddit_threads():
threads = subreddit.hot(limit=25)
submission = list(threads)[random.randrange(0, 25)]
upvotes=submission.score
upvotes=submission.score
ratio=submission.upvote_ratio * 100
num_comments=submission.num_comments

Loading…
Cancel
Save