Tweaks, improved reddit
This commit is contained in:
parent
7265413a21
commit
b4d7e200a3
3 changed files with 82 additions and 80 deletions
|
@ -36,4 +36,4 @@ def rottentomatoes(inp, bot=None):
|
|||
rotten = review_count - fresh
|
||||
|
||||
return u"{} - Critics Rating: \x02{}%\x02 ({} liked, {} disliked) " \
|
||||
"Audience Rating: \x02{}%\x02 - {}".format(title, critics_score, fresh, rotten, audience_score, url)
|
||||
"Audience Rating: \x02{}%\x02 - {}".format(title, critics_score, fresh, rotten, audience_score, url)
|
||||
|
|
Reference in a new issue