mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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)
|
self._newQueue.remove(cid)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
queue = "(queue = 0 or %s)" % queue
|
|
||||||
# then bury
|
# then bury
|
||||||
self.col.db.execute(
|
self.col.db.execute(
|
||||||
"update cards set queue=-2,mod=?,usn=? where id in "+ids2str(toBury),
|
"update cards set queue=-2,mod=?,usn=? where id in "+ids2str(toBury),
|
||||||
|
|
Loading…
Reference in a new issue