From 12203d25801522e3b3bd4fe9025a5d14325181bf Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Tue, 8 Oct 2013 11:33:00 +1300 Subject: [PATCH] -.- --- plugins/reddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/reddit.py b/plugins/reddit.py index 2b63bb6..cdf619b 100644 --- a/plugins/reddit.py +++ b/plugins/reddit.py @@ -20,7 +20,7 @@ def reddit_url(match): timeago = thread.xpath("//div[@id='siteTable']//p[@class='tagline']/time/text()")[0] comments = thread.xpath("//div[@id='siteTable']//a[@class='comments']/text()")[0] - return '\x02{}\x02 - posted by \x02{}\x02 {} ago - {} upvotes, {} downvotes - {}'.format( + return u'\x02{}\x02 - posted by \x02{}\x02 {} ago - {} upvotes, {} downvotes - {}'.format( title, author, timeago, upvotes, downvotes, comments)