fix_col_return_type_mismatch

This commit is contained in:
dobefore
2022-03-08 22:18:11 +00:00
committed by Vikash Kothary
parent fcc7a0645f
commit b9f081af77
+1 -1
View File
@@ -73,7 +73,7 @@ class Syncer(object):
decks=self.getDecks(),
tags=self.getTags())
if self.lnewer:
d['conf'] = json.loads(self.col.all_config())
d['conf'] = self.col.all_config()
d['crt'] = self.col.crt
return d