mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 14:43:01 +02:00
Fix license plate data: correct WT (Wawer) and WWY (Wyszków) mappings
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
This commit is contained in:
parent
f108e247d9
commit
9652eaae65
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user