From 8bd30555a18dcab02dc95ea8b3701cdc7adbabb6 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 9 Dec 2023 13:10:17 +0000 Subject: new bus api --- driver-async.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'driver-async.pl') diff --git a/driver-async.pl b/driver-async.pl index 0d8e86a..c074201 100755 --- a/driver-async.pl +++ b/driver-async.pl @@ -2,6 +2,7 @@ use strict; use warnings; use 5.014; +use lib 'local/lib/perl5'; use lib 'lib'; use HomePanel::Driver; use Path::Tiny; @@ -18,6 +19,7 @@ my $hp = HomePanel::Driver->new({ template_file => ($config{template} || path(__FILE__)->parent->child('forecast.html.tt')), output_file => ($config{output_file} || path(__FILE__)->parent->child('forecast.html')), forecast_key => $config{forecast_key}, + bus_stop_id => $config{bus_stop_id}, }); $hp->start; -- cgit v1.2.3