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:
parent
ebc77985d8
commit
870df16b01
@ -86,6 +86,7 @@ REVLOG_LRN = 0
|
||||
REVLOG_REV = 1
|
||||
REVLOG_RELRN = 2
|
||||
REVLOG_CRAM = 3
|
||||
REVLOG_RESCHED = 4
|
||||
|
||||
# Labels
|
||||
##########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user