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, 1 insertions, 1 deletions
diff --git a/driver-async.pl b/driver-async.pl
index 701a8cd..c158315 100755
--- a/driver-async.pl
+++ b/driver-async.pl
@@ -21,7 +21,7 @@ my $hp = HomePanel::Driver->new({
forecast_key => $config{forecast_key},
forecast_latitude => $config{forecast_latitude},
forecast_longitude => $config{forecast_longitude},
- bus_stop_id => $config{bus_stop_id},
+ bus_stop_ids => $config{bus_stop_id},
});
$hp->start;