diff --git a/aqt/customstudy.py b/aqt/customstudy.py index af820be4e..430d79e7c 100644 --- a/aqt/customstudy.py +++ b/aqt/customstudy.py @@ -53,7 +53,6 @@ class CustomStudy(QDialog): return ""+str(num)+"" if idx == RADIO_NEW: new = self.mw.col.sched.totalNewForCurrentDeck() - self.deck['newToday'] tit = _("New cards in deck: %s") % plus(new) pre = _("Increase today's new card limit by") sval = min(new, self.deck.get('extendNew', 10))