Commit 86ade9b0 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

DeutscheBahn: Use correct service name

parent 5d392e3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ our $VERSION = '1.05';
sub new {
	my ( $class, %opt ) = @_;

	$opt{service} = 'deutschebahn';
	$opt{service} = 'DB';

	return $class->SUPER::new(%opt);
}