DataStore.clearCurrentTask() takes no arguments
This commit is contained in:
parent
b825457cdd
commit
1f861b12ea
@ -82,7 +82,7 @@ VALUES (0, ?, ?)
|
|||||||
c.close()
|
c.close()
|
||||||
self.conn.commit()
|
self.conn.commit()
|
||||||
|
|
||||||
def clearCurrentTask(self, ct):
|
def clearCurrentTask(self):
|
||||||
c = self.conn.cursor()
|
c = self.conn.cursor()
|
||||||
c.execute('''
|
c.execute('''
|
||||||
DELETE FROM history
|
DELETE FROM history
|
||||||
|
Loading…
x
Reference in New Issue
Block a user