remove unused binding

This commit is contained in:
Damien Elmes 2010-12-07 07:26:33 +09:00
parent a2cd19f49a
commit 2a8ef89ee5

View file

@ -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