Skip to content

Commit

Permalink
Update using latest sisi data
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Nov 2, 2022
1 parent be07d8e commit 9e71ed8
Show file tree
Hide file tree
Showing 31 changed files with 16,369 additions and 3,850 deletions.
3 changes: 1 addition & 2 deletions db_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ def _readData(minerName, jsonName, keyIdName=None):
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

Expand Down
Loading

0 comments on commit 9e71ed8

Please sign in to comment.