Skip to content
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