diff --git a/src/ankisyncd/sync.py b/src/ankisyncd/sync.py index 66be132..c8a66b9 100644 --- a/src/ankisyncd/sync.py +++ b/src/ankisyncd/sync.py @@ -57,7 +57,7 @@ class Syncer(object): decks=self.getDecks(), tags=self.getTags()) if self.lnewer: - #d['conf'] = self.getConf() + d['conf'] = json.loads(self.col.backend.get_all_config()) d['crt'] = self.col.crt return d