From 9652eaae655e2d5ccac115bda89093ba43a38737 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 18 Jan 2026 12:07:14 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20license=20plate=20data:=20correct=20WT=20?= =?UTF-8?q?(Wawer)=20and=20WWY=20(Wyszk=C3=B3w)=20mappings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com> --- python_pkg/polish_license_plates/license_plate_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_pkg/polish_license_plates/license_plate_data.py b/python_pkg/polish_license_plates/license_plate_data.py index 01f446b..3202013 100644 --- a/python_pkg/polish_license_plates/license_plate_data.py +++ b/python_pkg/polish_license_plates/license_plate_data.py @@ -224,12 +224,12 @@ LICENSE_PLATE_CODES: dict[str, str] = { "WSI": "Sierpc", "WSK": "Sochaczew", "WSZ": "Szydłowiec", - "WT": "Warszawa Wola", + "WT": "Warszawa Wawer", "WU": "Warszawa Ursus", "WV": "Ostrołęka powiat", "WW": "Warszawa Ochota", "WWL": "Wołomin", - "WWY": "Wyszkó", + "WWY": "Wyszków", "WX": "Warszawa Ursynów", "WY": "Warszawa Wola", "WZ": "Żyrardów",