diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-10-09 12:41:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-10-09 12:41:52 +0200 |
commit | 4f02960fa6f4df00d0baa8d99a165643c8bdb72c (patch) | |
tree | 17278ef51c4d74f2c42a8e8bc5bfdaa53f4ef749 /lib/Travel | |
parent | 4676dba038d065e465dd176776e59576da9ec2e4 (diff) |
IRIS: Fix realtime cache variable name. derp.
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index d6429f9..3b681ea 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -70,7 +70,7 @@ sub new { lookahead => $self->{lookahead}, station => $ref->{uic}, main_cache => $self->{main_cache}, - rt_cache => $self->{rt_cache}, + realtime_cache => $self->{rt_cache}, with_related => 0, ); if ( not $ref_status->errstr ) { |