From ac8e252a2bf81e6e2f2af8ca7117dbb3a1640702 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Mon, 29 Jun 2026 16:27:46 +0200 Subject: [PATCH] chore: update categories --- myice/myice.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/myice/myice.py b/myice/myice.py index 7529578..927de39 100755 --- a/myice/myice.py +++ b/myice/myice.py @@ -140,14 +140,14 @@ class AgeGroup(str, Enum): u13a = "U13 (A)" u13p = "U13 (Prép)" u14ev = "U14 (Elite Vernets)" + u14sae = "U14 (Groupe SAE)" u14esmv = "U14 (Elite Sous-Moulin/Vergers)" u15t = "U15 (Top)" u15a = "U15 (A)" - u16e = "U16 (Elite)" + u16e = "U16 (Elit)" u16t = "U16 (Top GS Ass)" - u18e = "U18 (Elite)" - u18el = "U18 (Elit)" - u21e = "U21 (ELIT)" + u18e = "U18 (Elit)" + u21e = "U21 (Elit)" u14t = "U14 (Top)" u14t1 = "U14 (Top1)" u14t2 = "U14 (Top2)"