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 1/2] 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 ########################################################################## From d4445ee7d8f6f14ac625a5d15afb044ab1a5e1c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20Palau-Salv=C3=A0?= Date: Mon, 28 Dec 2020 21:51:04 +0100 Subject: [PATCH 2/2] Update CONTRIBUTORS adding myseld to contributors --- CONTRIBUTORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 20813b6b5..80aad1202 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -70,7 +70,7 @@ Cecini Krish Shah ianki rye761 - +Guillem Palau SalvĂ  ******************** The text of the 3 clause BSD license follows: