From 5c48b7da4780bcdac4757ad5c23e74e3f6744c42 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 9 Dec 2023 13:19:26 +0000 Subject: new tube api --- forecast.html.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forecast.html.tt') diff --git a/forecast.html.tt b/forecast.html.tt index 5397000..8d02648 100644 --- a/forecast.html.tt +++ b/forecast.html.tt @@ -180,8 +180,8 @@ [% FOREACH line IN t.lines %] [% line.name %] - [% line.status.description %] - [% line.status.details %] + [% line.status.statusSeverityDescription %] + [% line.status.reason %] [% END %] -- cgit v1.2.3