NR: Don't titlecase Eagle station names. This is already done.
This commit is contained in:
parent
840fbcdb10
commit
b85d7bd3b5
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class Module(object):
|
||||||
"far_tiploc": parsed_assoc["origin_tiploc"], "far_crs": parsed_assoc["origin_crs"]})
|
"far_tiploc": parsed_assoc["origin_tiploc"], "far_crs": parsed_assoc["origin_crs"]})
|
||||||
parsed["associations"].append(parsed_assoc)
|
parsed["associations"].append(parsed_assoc)
|
||||||
else:
|
else:
|
||||||
parsed = {"name": (station["name"] or "none").title(),
|
parsed = {"name": (station["name"] or "none"),
|
||||||
"crs": station["crs"] if station["crs"] else station["tiploc"],
|
"crs": station["crs"] if station["crs"] else station["tiploc"],
|
||||||
"tiploc": station["tiploc"],
|
"tiploc": station["tiploc"],
|
||||||
"called": False,
|
"called": False,
|
||||||
|
|
Loading…
Reference in a new issue