Merge pull request #2220 from zhaoweny/i18n

i18n: return compiled_data in _readData
This commit is contained in:
Ryan Holmes
2020-07-02 09:00:33 -04:00
committed by GitHub

View File

@@ -108,7 +108,7 @@ def update_db():
break
if not keyIdName:
return rawData
return compiled_data
# IDs in keys, rows in values
data = []
for k, v in compiled_data.items():