Update using latest sisi data

This commit is contained in:
DarkPhoenix
2022-11-02 17:16:35 +04:00
parent be07d8e338
commit 9e71ed88e9
31 changed files with 15041 additions and 2522 deletions

View File

@@ -117,8 +117,7 @@ def update_db():
for k, v in compiled_data.items():
row = {}
row.update(v)
if keyIdName not in row:
row[keyIdName] = int(k)
row[keyIdName] = int(k)
data.append(row)
return data