DataStore.clearCurrentTask() takes no arguments
This commit is contained in:
parent
b825457cdd
commit
1f861b12ea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user