Merge pull request #52 from cecini/confsync

Fix: conf should be synced to client when server mod time is newer
This commit is contained in:
Vikash Kothary 2020-11-16 19:54:28 +00:00 committed by GitHub
commit 77886e9374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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