From a639bcbd64c988fd7b8d9269b59193f585821d3c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 4 Nov 2012 02:53:46 +0900 Subject: [PATCH] rated clause backwards in custom study --- aqt/customstudy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/customstudy.py b/aqt/customstudy.py index 34fba75d8..a43ab4cc2 100644 --- a/aqt/customstudy.py +++ b/aqt/customstudy.py @@ -127,7 +127,7 @@ class CustomStudy(QDialog): # and then set various options if i == RADIO_FORGOT: dyn['delays'] = [1] - dyn['terms'][0] = ['rated:1:%d' % spin, 9999, DYN_RANDOM] + dyn['terms'][0] = ['rated:%d:1' % spin, 9999, DYN_RANDOM] dyn['resched'] = False elif i == RADIO_AHEAD: dyn['delays'] = None