fixes
This commit is contained in:
parent
839871f636
commit
dd50cb4a36
2 changed files with 35 additions and 3 deletions
|
@ -72,6 +72,8 @@ def reddit(inp):
|
|||
else:
|
||||
item["warning"] = ""
|
||||
|
||||
if not item["subreddit"]:
|
||||
item["subreddit"] = subreddit
|
||||
|
||||
return u'\x02{title} : {subreddit}\x02 - posted by \x02{author}\x02' \
|
||||
' {timesince} ago - {ups} upvotes, {downs} downvotes -' \
|
||||
|
|
Reference in a new issue