From d316495bbe09be6c2ba29a5f00bc3a1c14633a95 Mon Sep 17 00:00:00 2001 From: happycastle <41810556+happycastle114@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:15:33 +0900 Subject: [PATCH] Update utils.py --- API/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/utils.py b/API/utils.py index 4ce7f49..71ac2c3 100644 --- a/API/utils.py +++ b/API/utils.py @@ -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"])