It seems we now need to use the id for the bus stop for it to be uniquely identified.

This commit is contained in:
Johannes Loher 2017-04-10 20:35:41 +02:00
parent 8c8d587c54
commit d657873f9f
1 changed files with 1 additions and 1 deletions

View File

@ -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,