mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix a big sync bug
This commit is contained in:
parent
edda1e5803
commit
06d1f713b5
2 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,6 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
version = "0.9.8.4"
|
||||
version = "0.9.8.5"
|
||||
|
||||
from anki.deck import DeckStorage
|
||||
|
|
|
@ -49,6 +49,7 @@ class SyncTools(object):
|
|||
self.deck = deck
|
||||
self.diffs = {}
|
||||
self.serverExcludedTags = []
|
||||
self.bundleMedia = True
|
||||
|
||||
# Control
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue