Update consts.py

I notices that type 4 is added in the revlog when rescheduling. Reviews are logged as 0 time and type 4.
This commit is contained in:
Guillem Palau-Salvà 2020-12-27 01:02:32 +01:00
parent ebc77985d8
commit 870df16b01

View File

@ -86,6 +86,7 @@ REVLOG_LRN = 0
REVLOG_REV = 1
REVLOG_RELRN = 2
REVLOG_CRAM = 3
REVLOG_RESCHED = 4
# Labels
##########################################################################