It seems we now need to use the id for the bus stop for it to be uniquely identified.
This commit is contained in:
parent
8c8d587c54
commit
d657873f9f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import substitution;
|
|||
void main(string[] args)
|
||||
{
|
||||
string fileName;
|
||||
string busStop = "Universität Regensburg";
|
||||
string busStop = "4014080";
|
||||
string substitutionFileName = "replacement.txt";
|
||||
|
||||
auto helpInformation = getopt(args,
|
||||
|
|
Loading…
Reference in a new issue