From 6cdb4a7dc1bd887b7059d8e70fbe68ec59b8ef09 Mon Sep 17 00:00:00 2001 From: zhaoweny Date: Thu, 2 Jul 2020 16:13:39 +0800 Subject: [PATCH] i18n: return compiled_data in _readData --- db_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_update.py b/db_update.py index bd3a496c9..8ae20dc01 100644 --- a/db_update.py +++ b/db_update.py @@ -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():