summaryrefslogtreecommitdiff
path: root/lib/Travelynx.pm
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-12-26 20:44:04 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-12-26 20:44:04 +0100
commit43c191fc9435a11f4349be86fe6844354f5bbca0 (patch)
treef98259f8a5f8c1d6199cd535d7b8eed11d4a0679 /lib/Travelynx.pm
parentcb8d90be7e405d251dbb7f615701b69f4674e1ec (diff)
remove old (blocking) connection code; only show departure baord connections2.17.40
Background worker-based information about connecting departures while still checked in will come eventually, but won't recycle the existing code either way.
Diffstat (limited to 'lib/Travelynx.pm')
-rwxr-xr-xlib/Travelynx.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm
index 39899c7..7b5cf99 100755
--- a/lib/Travelynx.pm
+++ b/lib/Travelynx.pm
@@ -2026,10 +2026,10 @@ sub startup {
for my $stop ( $journey->route ) {
$self->stations->add_or_update(
- stop => $stop,
- db => $db,
+ stop => $stop,
+ db => $db,
keep_name => 1,
- iris => 1,
+ iris => 1,
);
}