mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 16:47:12 -05:00
failed cards at end if !delay0 && !failedCardMax
This commit is contained in:
parent
a383223e02
commit
0194296839
1 changed files with 1 additions and 1 deletions
|
|
@ -2977,7 +2977,7 @@ where key = :key""", key=key, value=value):
|
||||||
if d == 600 and self.failedCardMax == 20:
|
if d == 600 and self.failedCardMax == 20:
|
||||||
return 0
|
return 0
|
||||||
return 5
|
return 5
|
||||||
if d == 0:
|
if d == 0 and self.failedCardMax == 0:
|
||||||
return 1
|
return 1
|
||||||
elif d == 600:
|
elif d == 600:
|
||||||
return 2
|
return 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue