diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-18 11:53:40 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-18 11:53:40 +0200 | 
| commit | 34200455012766f404eeb47b1aa68b2a2566de5f (patch) | |
| tree | 9e853e4a0471530592baa498d925689876172d57 /lib/DBInfoscreen/Controller/Stationboard.pm | |
| parent | a7b155b1bcb488f9da28a7e6f2a3cfaec8d3a5ce (diff) | |
DBRIS: respect proxy settings for journey requests as well4.36.8
Diffstat (limited to 'lib/DBInfoscreen/Controller/Stationboard.pm')
| -rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 12 | 
1 files changed, 1 insertions, 11 deletions
| diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index afcb293..d05a5b1 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1300,17 +1300,7 @@ sub train_details_dbris {  	$self->render_later; -	Travel::Status::DE::DBRIS->new_p( -		journey     => $trip_id, -		cache       => $self->app->cache_iris_rt, -		lwp_options => { -			timeout => 10, -			agent   => 'dbf.finalrewind.org/2' -		}, -		promise        => 'Mojo::Promise', -		user_agent     => Mojo::UserAgent->new, -		developer_mode => 1, -	)->then( +	$self->dbris->get_journey_p( id => $trip_id )->then(  		sub {  			my ($dbris) = @_;  			my $trip = $dbris->result; | 
