mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
when cramming, order randomly
This commit is contained in:
parent
3209a96735
commit
1e2600ae4f
1 changed files with 1 additions and 0 deletions
|
@ -1118,6 +1118,7 @@ Error was:\n%(f1)s\n...\n%(f2)s""") % {'f1': fmt1, 'f2': fmt2})
|
|||
self.deck.midIntervalMax = 0.0486
|
||||
self.deck.easyIntervalMin = 0.2083
|
||||
self.deck.easyIntervalMax = 0.25
|
||||
self.deck.newCardOrder = 0
|
||||
self.deck.syncName = None
|
||||
self.reset()
|
||||
|
||||
|
|
Loading…
Reference in a new issue