Skip to content

Commit 23f9df5

Browse files
committed
Add support for C train
1 parent d1ab240 commit 23f9df5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mtapi/mtapi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def serialize(self):
5959
'http://datamine.mta.info/mta_esi.php?feed_id=1',
6060
'http://datamine.mta.info/mta_esi.php?feed_id=2',
6161
'http://datamine.mta.info/mta_esi.php?feed_id=16',
62-
'http://datamine.mta.info/mta_esi.php?feed_id=21'
62+
'http://datamine.mta.info/mta_esi.php?feed_id=21',
63+
'http://datamine.mta.info/mta_esi.php?feed_id=26'
6364
]
6465

6566
def __init__(self, key, stations_file, expires_seconds=60, max_trains=10, max_minutes=30, threaded=False):

0 commit comments

Comments
 (0)