diff options
| author | 2017-04-06 11:25:12 +0100 | |
|---|---|---|
| committer | 2017-04-06 11:25:21 +0100 | |
| commit | 28425202ce167137cc12cfcef726b57acd95b9dc (patch) | |
| tree | e042a09febad10b9144d893ee291f5e96f1d81c2 | |
| parent | NR: Time colouring improvements primarily for service (diff) | |
| signature | ||
NR: Show shorter TOC code instead of name in service info
| -rw-r--r-- | modules/nr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nr.py b/modules/nr.py index 30ab2317..ec6b6498 100644 --- a/modules/nr.py +++ b/modules/nr.py @@ -345,7 +345,7 @@ class Module(object): done_count = len([s for s in stations if s["called"]]) total_count = len(stations) - event["stdout"].write("%s%s %s %s (%s%s%s/%s/%s): %s" % (disruptions, query["operator"], + event["stdout"].write("%s%s %s %s (%s%s%s/%s/%s): %s" % (disruptions, query["operatorCode"], query["trainid"], query["serviceType"], Utils.color(Utils.COLOR_LIGHTBLUE), done_count, Utils.color(Utils.FONT_RESET), len(stations_filtered), total_count, |
