mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
fix failed card policy being set as custom
This commit is contained in:
parent
9863bfe318
commit
deffd752c5
1 changed files with 1 additions and 1 deletions
|
@ -1619,7 +1619,7 @@ where id = :id""", pending)
|
|||
if d == 600 and self.failedCardMax == 20:
|
||||
return 0
|
||||
return 5
|
||||
if self.failedCardMax != 20:
|
||||
if self.failedCardMax != 0:
|
||||
return 5
|
||||
if d == 0:
|
||||
return 1
|
||||
|
|
Loading…
Reference in a new issue