Skip to content
Snippets Groups Projects
Commit 86ade9b0 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

DeutscheBahn: Use correct service name

parent 5d392e3d
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ our $VERSION = '1.05';
sub new {
my ( $class, %opt ) = @_;
$opt{service} = 'deutschebahn';
$opt{service} = 'DB';
return $class->SUPER::new(%opt);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment