Fix: conf should be synced to client when server
mod time is newer
This commit is contained in:
parent
f5dca1f1e2
commit
119292be5d
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user