From 1e2600ae4f76f1e1976932a98d39b194fb9225fa Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 17 Dec 2008 00:29:07 +0900 Subject: [PATCH] when cramming, order randomly --- ankiqt/ui/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 43b412d6a..412b1b8aa 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -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()