mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
typo
This commit is contained in:
parent
f698481c19
commit
8f18299cc5
1 changed files with 1 additions and 1 deletions
|
@ -4215,7 +4215,7 @@ syncing again via Settings>Deck Properties>Synchronsiation. \
|
|||
deck.s.commit()
|
||||
if deck.version < 53:
|
||||
if deck.getBool("perDay"):
|
||||
if deck.hardIntervalMin = 0.333:
|
||||
if deck.hardIntervalMin == 0.333:
|
||||
deck.hardIntervalMin = max(1.0, deck.hardIntervalMin)
|
||||
deck.hardIntervalMax = max(1.1, deck.hardIntervalMax)
|
||||
deck.version = 53
|
||||
|
|
Loading…
Reference in a new issue