fix_col_return_type_mismatch

This commit is contained in:
dobefore 2021-09-17 19:30:17 +08:00 committed by Vikash Kothary
parent fcc7a0645f
commit b9f081af77

View File

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