Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
happycastle114 committed Nov 30, 2023
1 parent 30f4125 commit d316495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def save_to_mongo(data: List[dict], sgTypecode: str, where: str) -> None:
db = client["council"]
main_collection = db[where]

# TODO: Support other types of councils
# TODO: Support other types of test
if sgTypecode in ["6", "9"]:
for entry in data:
entry["wiwName"] = change_local_name(entry["sdName"], entry["wiwName"])
Expand Down

0 comments on commit d316495

Please sign in to comment.