mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
reenable history syncing
This commit is contained in:
parent
ef3e1c3da4
commit
4ecf764046
1 changed files with 0 additions and 2 deletions
|
@ -591,7 +591,6 @@ values
|
|||
stat.toDB(self.deck.s)
|
||||
|
||||
def bundleHistory(self):
|
||||
return []
|
||||
return self.realTuples(self.deck.s.all("""
|
||||
select cardId, time, lastInterval, nextInterval, ease, delay,
|
||||
lastFactor, nextFactor, reps, thinkingTime, yesCount, noCount
|
||||
|
@ -599,7 +598,6 @@ 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