Unverified Commit ca6add94 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Group: Correctly set group name (it's not part of the transport dict)

Closes #1

Thanks to Caß Dingenskirchen!
parent 6f47465a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ sub new {
		carriages   => $opt{carriages},
		destination => $json{transport}{destination}{name},
		train_type  => $json{transport}{category},
		name        => $json{transport}{name},
		name        => $json{name},
		line        => $json{transport}{numberwline},
		train_no    => $json{transport}{number},
	};