mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
add note about history
This commit is contained in:
parent
d2ee2521bd
commit
cc2952f28b
1 changed files with 5 additions and 0 deletions
|
@ -5,7 +5,12 @@
|
|||
"""\
|
||||
History - keeping a record of all reviews
|
||||
==========================================
|
||||
|
||||
If users run 'check db', duplicate records will be inserted into the DB - I
|
||||
really should have used the time stamp as the key. You can remove them by
|
||||
keeping the lowest id for any given timestamp.
|
||||
"""
|
||||
|
||||
__docformat__ = 'restructuredtext'
|
||||
|
||||
import time
|
||||
|
|
Loading…
Reference in a new issue