Remove 'plat' prefix for space
This commit is contained in:
parent
5f8b61f231
commit
d6b50a7a63
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Module(object):
|
|||
|
||||
self.result_map[event["target"].id] = trains_filtered
|
||||
|
||||
trains_string = ", ".join(["%s (plat %s, %s%s%s)" % (t["dest_via"], t["platform"],
|
||||
trains_string = ", ".join(["%s (%s, %s%s%s)" % (t["dest_via"], t["platform"],
|
||||
Utils.color(Utils.COLOR_GREEN if t["on_time"] else Utils.COLOR_RED),
|
||||
t["time"],
|
||||
Utils.color(Utils.FONT_RESET)
|
||||
|
|
Loading…
Reference in a new issue