mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
disable applying history too, until people upgrade
This commit is contained in:
parent
c130dac060
commit
5a21a79eb8
1 changed files with 1 additions and 0 deletions
|
@ -599,6 +599,7 @@ from reviewHistory where time > :ls""",
|
|||
ls=self.deck.lastSync))
|
||||
|
||||
def updateHistory(self, history):
|
||||
return
|
||||
dlist = [{'cardId': h[0],
|
||||
'time': h[1],
|
||||
'lastInterval': h[2],
|
||||
|
|
Loading…
Reference in a new issue