Fix: conf should be synced to client when server

mod time is newer
This commit is contained in:
cecini 2020-11-04 18:37:08 +08:00
parent f5dca1f1e2
commit 119292be5d

View File

@ -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