Skip to content

Commit ff14ece

Browse files
committed
fix id again
1 parent 2737fc1 commit ff14ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coc/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def _load_json(self, object_ids, english_aliases, lab_to_townhall):
350350
dict(self.data_object.__dict__))
351351
new_item._load_json_meta(
352352
meta,
353-
id=object_ids.get(supercell_name, 0),
353+
id=object_ids.get(supercell_name, c),
354354
name=english_aliases[meta["TID"][0]][0],
355355
lab_to_townhall=lab_to_townhall,
356356
)

0 commit comments

Comments
 (0)