Another via fix

This commit is contained in:
Julian Metzler 2022-03-19 16:07:01 +01:00
parent 4f2e3f7aae
commit b8b0ae0cd1
1 changed files with 4 additions and 2 deletions

View File

@ -52,12 +52,14 @@ MAP_ALNUM = _load_map("map_alnum.txt")
VIA_1 = vias_from_csv("via_1.csv")
VIA_1[99] = {'text': "", 'stations': []}
MAP_VIA_1 = map_from_csv("via_1.csv")
VIA_1[99] = {'text': "", 'stations': []}
MAP_VIA_1[99] = ""
VIA_2 = vias_from_csv("via_2.csv")
VIA_2[99] = {'text': "", 'stations': []}
MAP_VIA_2 = map_from_csv("via_2.csv")
VIA_2[99] = {'text': "", 'stations': []}
MAP_VIA_2[99] = ""