From 4a46c1031aa69e7ba0e309ba9692250f14dba6b8 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 9 Dec 2023 14:02:41 +0000 Subject: actually async --- 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 c074201..701a8cd 100755 --- a/driver-async.pl +++ b/driver-async.pl @@ -19,6 +19,8 @@ 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}, + forecast_latitude => $config{forecast_latitude}, + forecast_longitude => $config{forecast_longitude}, bus_stop_id => $config{bus_stop_id}, }); -- cgit v1.2.3