From 8dac723e091b5ea3f6739f59b0c8f8eab57bcb27 Mon Sep 17 00:00:00 2001 From: Egor Ternovoy Date: Tue, 23 Jul 2024 19:52:34 +0400 Subject: [PATCH] Rename NAS-4 to NAS --- aeza_assistant/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aeza_assistant/constants.py b/aeza_assistant/constants.py index cdc121b..dd9e831 100644 --- a/aeza_assistant/constants.py +++ b/aeza_assistant/constants.py @@ -21,7 +21,7 @@ 205: "THR", 960: "IC9", 200: "IC14", - 249: "NAS-4", + 249: "NAS", } SORTED_GROUPS = [ @@ -46,6 +46,6 @@ "THR", "IC9", "IC14", - "NAS-4", + "NAS", "SWE-PROMO", ]