From 1f861b12ead440a3e90910709edb73a4f864e353 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 2 Jan 2011 22:05:40 -0500 Subject: [PATCH] DataStore.clearCurrentTask() takes no arguments --- DataStore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStore.py b/DataStore.py index 957f0f0..837ef1a 100644 --- a/DataStore.py +++ b/DataStore.py @@ -82,7 +82,7 @@ VALUES (0, ?, ?) c.close() self.conn.commit() - def clearCurrentTask(self, ct): + def clearCurrentTask(self): c = self.conn.cursor() c.execute(''' DELETE FROM history