mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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)
|
stat.toDB(self.deck.s)
|
||||||
|
|
||||||
def bundleHistory(self):
|
def bundleHistory(self):
|
||||||
return []
|
|
||||||
return self.realTuples(self.deck.s.all("""
|
return self.realTuples(self.deck.s.all("""
|
||||||
select cardId, time, lastInterval, nextInterval, ease, delay,
|
select cardId, time, lastInterval, nextInterval, ease, delay,
|
||||||
lastFactor, nextFactor, reps, thinkingTime, yesCount, noCount
|
lastFactor, nextFactor, reps, thinkingTime, yesCount, noCount
|
||||||
|
@ -599,7 +598,6 @@ from reviewHistory where time > :ls""",
|
||||||
ls=self.deck.lastSync))
|
ls=self.deck.lastSync))
|
||||||
|
|
||||||
def updateHistory(self, history):
|
def updateHistory(self, history):
|
||||||
return
|
|
||||||
dlist = [{'cardId': h[0],
|
dlist = [{'cardId': h[0],
|
||||||
'time': h[1],
|
'time': h[1],
|
||||||
'lastInterval': h[2],
|
'lastInterval': h[2],
|
||||||
|
|
Loading…
Reference in a new issue