From 2690c0208ca291d7fecd046ff1f33ea82f0f9429 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 8 Dec 2010 22:15:26 -0600 Subject: [PATCH] trivial formatting fix --- modules/Karma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Karma.py b/modules/Karma.py index 67708d4..31ef031 100644 --- a/modules/Karma.py +++ b/modules/Karma.py @@ -156,7 +156,7 @@ class Karma(Module): header = 'Top 5 Optimists:' elif (report == 'negative'): query = 'SELECT who, neg FROM karma_users ORDER BY neg DESC LIMIT 5' - header = 'Top 5 Pessimists"' + header = 'Top 5 Pessimists:' if (query != None): conn = self.get_db()