summaryrefslogtreecommitdiff
path: root/driver-async.pl
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-12-09 14:02:41 +0000
committerdakkar <dakkar@thenautilus.net>2023-12-09 14:02:41 +0000
commit4a46c1031aa69e7ba0e309ba9692250f14dba6b8 (patch)
treeb0e5b82f1f763102fb3094904a002d158cc90d7f /driver-async.pl
parentnew tube api (diff)
downloadHomePanel-4a46c1031aa69e7ba0e309ba9692250f14dba6b8.tar.gz
HomePanel-4a46c1031aa69e7ba0e309ba9692250f14dba6b8.tar.bz2
HomePanel-4a46c1031aa69e7ba0e309ba9692250f14dba6b8.zip
actually async
Diffstat (limited to 'driver-async.pl')
-rwxr-xr-xdriver-async.pl2
1 files changed, 2 insertions, 0 deletions
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},
});