summaryrefslogtreecommitdiff
path: root/driver-async.pl
diff options
context:
space:
mode:
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},
});