From 7e74926bd8e2da4fdcdcc7ff5ca5adfc3c0c7083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Tue, 11 Dec 2018 13:10:20 +0100 Subject: Same error also occurred in scheduleddeparture.py Bumped version number to 0.1.4 --- bvggrabber/api/scheduleddeparture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bvggrabber') diff --git a/bvggrabber/api/scheduleddeparture.py b/bvggrabber/api/scheduleddeparture.py index 101f692..69defcf 100644 --- a/bvggrabber/api/scheduleddeparture.py +++ b/bvggrabber/api/scheduleddeparture.py @@ -74,7 +74,7 @@ class ScheduledDepartureQueryApi(QueryApi): dep = Departure(start=self.station, end=tds[2].text.strip(), when=tds[0].text.strip(), - line=stro[1].text.strip()) + line=stro[0].text.strip()) departures.append(dep) return Response(True, self.station, departures) else: -- cgit v1.2.3