From 3adad29021a563487bf9ac0b7f8296e3d4e2cbda Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 30 Nov 2003 17:56:39 +0000 Subject: [PATCH] Removed extraneous paren --- plugins/Todo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Todo.py b/plugins/Todo.py index 23dbe8f0e..eaffd4a0f 100644 --- a/plugins/Todo.py +++ b/plugins/Todo.py @@ -197,7 +197,7 @@ class Todo(callbacks.Privmsg): cursor.execute("""SELECT id FROM todo WHERE added_at=%s AND userid=%s""", now, id) todoId = cursor.fetchone()[0] - irc.reply(msg, '%s (Todo #%s added)' % (conf.replySuccess, todoId))) + irc.reply(msg, '%s (Todo #%s added)' % (conf.replySuccess, todoId)) def remove(self, irc, msg, args): """