From 8424cd1e25227edd0b44eb1b4da8a17316f54540 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 29 Dec 2020 10:15:42 +1000 Subject: [PATCH] Merge pull request #866 from guillem-palau-salva/master Update consts.py --- CONTRIBUTORS | 2 +- pylib/anki/consts.py | 1 + 2 files changed, 2 insertions(+), 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: 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 ##########################################################################