mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
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
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ REVLOG_LRN = 0
|
||||||
REVLOG_REV = 1
|
REVLOG_REV = 1
|
||||||
REVLOG_RELRN = 2
|
REVLOG_RELRN = 2
|
||||||
REVLOG_CRAM = 3
|
REVLOG_CRAM = 3
|
||||||
|
REVLOG_RESCHED = 4
|
||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue