mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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
|
||||
where factId = :fid and id != :cid
|
||||
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
|
||||
self.s.statement("""
|
||||
update cards set
|
||||
|
|
Loading…
Reference in a new issue