From 48c6b41a8d4670b7aa9009f88464e9157eb2ae31 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 26 Oct 2011 18:01:28 -0400 Subject: [PATCH] Gah! --- bot/commands/afc_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/commands/afc_status.py b/bot/commands/afc_status.py index 9d0a723..b296b62 100644 --- a/bot/commands/afc_status.py +++ b/bot/commands/afc_status.py @@ -80,7 +80,7 @@ class Command(BaseCommand): agg_num = self.get_aggregate_number((subs, redirs, files)) aggregate = self.get_aggregate(agg_num) - msg = "Articles for creation {0} (\x0302AFC\x0301: \x0305{1}\x0301; \x0302AFC/R\x0301: \x0305{2}\x0301; \x0302FFU\x0301: \x0305{3}\x0301)" + msg = "Articles for creation {0} (\x0302AFC\x0301: \x0305{1}\x0301; \x0302AFC/R\x0301: \x0305{2}\x0301; \x0302FFU\x0301: \x0305{3}\x0301)." return msg.format(aggregate, subs, redirs, files) def count_submissions(self):