mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove invalid line
This commit is contained in:
parent
79ed57a445
commit
8277233827
1 changed files with 0 additions and 1 deletions
|
@ -1283,7 +1283,6 @@ and (queue=0 or (queue=2 and due<=?))""",
|
|||
self._newQueue.remove(cid)
|
||||
except ValueError:
|
||||
pass
|
||||
queue = "(queue = 0 or %s)" % queue
|
||||
# then bury
|
||||
self.col.db.execute(
|
||||
"update cards set queue=-2,mod=?,usn=? where id in "+ids2str(toBury),
|
||||
|
|
Loading…
Reference in a new issue