mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
slightly smaller new cards per day for cram
This commit is contained in:
parent
44f4ea82dd
commit
dc1479ea5f
1 changed files with 1 additions and 1 deletions
|
@ -1337,7 +1337,7 @@ day = :d""", d=yesterday)
|
||||||
self.deck = None
|
self.deck = None
|
||||||
self.loadDeck(path)
|
self.loadDeck(path)
|
||||||
self.config['recentDeckPaths'].pop(0)
|
self.config['recentDeckPaths'].pop(0)
|
||||||
self.deck.newCardsPerDay = 999999
|
self.deck.newCardsPerDay = 99999
|
||||||
self.deck.delay0 = 300
|
self.deck.delay0 = 300
|
||||||
self.deck.delay1 = 600
|
self.deck.delay1 = 600
|
||||||
self.deck.hardIntervalMin = 0.01388
|
self.deck.hardIntervalMin = 0.01388
|
||||||
|
|
Loading…
Reference in a new issue