From 5a21a79eb8666213d113e391434765d55625ddd4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 19 Oct 2008 18:56:11 +0900 Subject: [PATCH] disable applying history too, until people upgrade --- anki/sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/sync.py b/anki/sync.py index 951ec767b..10eae2c9e 100644 --- a/anki/sync.py +++ b/anki/sync.py @@ -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],