Skip to content

Commit 90b2cec

Browse files
Josh Lauritojonthornton
authored andcommitted
added G train endpoint
1 parent 6fb8576 commit 90b2cec

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
@@ -60,7 +60,8 @@ def serialize(self):
6060
'http://datamine.mta.info/mta_esi.php?feed_id=2',
6161
'http://datamine.mta.info/mta_esi.php?feed_id=16',
6262
'http://datamine.mta.info/mta_esi.php?feed_id=21',
63-
'http://datamine.mta.info/mta_esi.php?feed_id=26'
63+
'http://datamine.mta.info/mta_esi.php?feed_id=26',
64+
'http://datamine.mta.info/mta_esi.php?feed_id=31'
6465
]
6566

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

0 commit comments

Comments
 (0)