From 870df16b01d8d21778bc9777ba2bcac39d33b2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20Palau-Salv=C3=A0?= Date: Sun, 27 Dec 2020 01:02:32 +0100 Subject: [PATCH] Update consts.py I notices that type 4 is added in the revlog when rescheduling. Reviews are logged as 0 time and type 4. --- pylib/anki/consts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pylib/anki/consts.py b/pylib/anki/consts.py index aaab49073..6ff036b1e 100644 --- a/pylib/anki/consts.py +++ b/pylib/anki/consts.py @@ -86,6 +86,7 @@ REVLOG_LRN = 0 REVLOG_REV = 1 REVLOG_RELRN = 2 REVLOG_CRAM = 3 +REVLOG_RESCHED = 4 # Labels ##########################################################################