From 0894f68085a8ef9bfd3c673339416c014be02f85 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 3 Feb 2024 16:09:55 +0000 Subject: show more than 1 bus stop --- driver-async.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver-async.pl') 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; -- cgit v1.2.3