DataStore.clearCurrentTask() takes no arguments

This commit is contained in:
Josh Holtrop 2011-01-02 22:05:40 -05:00
parent b825457cdd
commit 1f861b12ea

View File

@ -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