Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix: Adelaide Metro #1106

Merged
merged 2 commits into from
Feb 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/adelaidemetro/adelaide_metro.star
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Inspired by all the other great transit apps out there, I made one for my home t

v1.0 - First release to Tidbyt
v1.1 - Fixed bug that showed same time for different services if over 120 mins away
v1.2 - Fixed bug that showed no time when its the last service for the day/for a while
"""

load("cache.star", "cache")
Expand Down Expand Up @@ -201,7 +202,6 @@ def GetTimes(StopName, Routes, RouteColors, RouteLen, NEXTSCHED_JSON):
Time1 = str(TimeList.pop(0))
Comma1 = ""
Comma2 = ""
Time1 = ""
Time2 = ""
Time3 = ""

Expand Down Expand Up @@ -687,7 +687,7 @@ TramStationOptions = [
),
schema.Option(
display = "Glenelg East (to Glenelg)",
value = "18532",
value = "18533",
),
schema.Option(
display = "Glengowrie (to Festival, RAH/Ent Centre)",
Expand Down