fix_col_return_type_mismatch
This commit is contained in:
parent
fcc7a0645f
commit
b9f081af77
@ -73,7 +73,7 @@ class Syncer(object):
|
|||||||
decks=self.getDecks(),
|
decks=self.getDecks(),
|
||||||
tags=self.getTags())
|
tags=self.getTags())
|
||||||
if self.lnewer:
|
if self.lnewer:
|
||||||
d['conf'] = json.loads(self.col.all_config())
|
d['conf'] = self.col.all_config()
|
||||||
d['crt'] = self.col.crt
|
d['crt'] = self.col.crt
|
||||||
return d
|
return d
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user