mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
fix spurious and
This commit is contained in:
parent
20c0ae2e33
commit
7c1ff307ed
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ select sum(left/1000) from
|
||||||
return self.col.db.scalar(
|
return self.col.db.scalar(
|
||||||
"""
|
"""
|
||||||
select count() from
|
select count() from
|
||||||
(select 1 from cards where did = ? and queue in (2,3) and
|
(select 1 from cards where did = ? and queue in (2,3)
|
||||||
and due <= ? limit ?)""",
|
and due <= ? limit ?)""",
|
||||||
did, self.today, lim)
|
did, self.today, lim)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue