aboutsummaryrefslogtreecommitdiff
path: root/modules/tfl.py
diff options
context:
space:
mode:
authorGravatar Evelyn2016-09-26 11:05:09 +0100
committerGravatar Evelyn2016-09-26 11:05:09 +0100
commit0a468c19d465757cd8d6545b85d2f9dca53c5589 (patch)
treed0d9b0e16ef542dfbc91e473ef103aa22bc4897b /modules/tfl.py
parentAdd tflvehicle, simplify tflbus (diff)
signature
remove comments
Diffstat (limited to 'modules/tfl.py')
-rw-r--r--modules/tfl.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/tfl.py b/modules/tfl.py
index 164a84d4..2be43e55 100644
--- a/modules/tfl.py
+++ b/modules/tfl.py
@@ -193,9 +193,6 @@ class Module(object):
platform = "platform %s (%s)" % (m.group(2), m.group(1))
###
- # Leicester Square Underground Station (940GZZLULSQ): Heathrow Terminals 1-2-3 (Piccadilly, due),
- # (Northern): Brent Cross Underground Station (in 4 minutes)→Edgware Underground Station
- # "045 (Northern): to Edgeware Underground Station. Approaching Brent Cross."
event["stdout"].write("%s (%s) to %s. %s. Arrival at %s (%s) %s on %s" % (
vehicle["vehicleId"], vehicle["lineName"], vehicle["destinationName"], vehicle["currentLocation"],
vehicle["stationName"], vehicle["naptanId"], human_time, platform))