mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Export last_interval to Python
This commit is contained in:
parent
436590f4c2
commit
85a7fb41b7
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ fn stats_revlog_entry(
|
|||
ease: entry.ease_factor,
|
||||
taken_secs: entry.taken_millis as f32 / 1000.,
|
||||
memory_state: None,
|
||||
last_interval: entry.last_interval,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue