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(),
|
decks=self.getDecks(),
|
||||||
tags=self.getTags())
|
tags=self.getTags())
|
||||||
if self.lnewer:
|
if self.lnewer:
|
||||||
#d['conf'] = self.getConf()
|
d['conf'] = json.loads(self.col.backend.get_all_config())
|
||||||
d['crt'] = self.col.crt
|
d['crt'] = self.col.crt
|
||||||
return d
|
return d
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user