Damien Elmes 2020-06-09 12:06:08 +10:00
parent 1beed74464
commit 8bac28470f

View File

@ -295,6 +295,7 @@ class Anki2Importer(Importer):
def _importCards(self) -> None:
if self.mustResetLearning:
self.src.modSchema(check=False)
self.src.changeSchedulerVer(2)
# build map of (guid, ord) -> cid and used id cache
self._cards: Dict[Tuple[str, int], int] = {}