NR: Don't titlecase Eagle station names. This is already done.

This commit is contained in:
Evelyn 2018-02-04 09:42:09 +00:00
parent 840fbcdb10
commit b85d7bd3b5

View file

@ -419,7 +419,7 @@ class Module(object):
"far_tiploc": parsed_assoc["origin_tiploc"], "far_crs": parsed_assoc["origin_crs"]})
parsed["associations"].append(parsed_assoc)
else:
parsed = {"name": (station["name"] or "none").title(),
parsed = {"name": (station["name"] or "none"),
"crs": station["crs"] if station["crs"] else station["tiploc"],
"tiploc": station["tiploc"],
"called": False,