mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
remove unused binding
This commit is contained in:
parent
a2cd19f49a
commit
2a8ef89ee5
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ where id in """
|
||||||
select count() from cards
|
select count() from cards
|
||||||
where factId = :fid and id != :cid
|
where factId = :fid and id != :cid
|
||||||
and combinedDue < :cut and type = 2
|
and combinedDue < :cut and type = 2
|
||||||
""", cid=card.id, fid=card.factId, cut=self.dueCutoff, new=new)
|
""", cid=card.id, fid=card.factId, cut=self.dueCutoff)
|
||||||
# space cards
|
# space cards
|
||||||
self.s.statement("""
|
self.s.statement("""
|
||||||
update cards set
|
update cards set
|
||||||
|
|
Loading…
Reference in a new issue