From d657873f9f29ea4c5aa4b241491528b38954490b Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 10 Apr 2017 20:35:41 +0200 Subject: [PATCH] It seems we now need to use the id for the bus stop for it to be uniquely identified. --- source/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app.d b/source/app.d index 32a0650..1c4b745 100644 --- a/source/app.d +++ b/source/app.d @@ -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,