From a6aeaa336e503eedddbddb77aceabcdac253111d Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 8 May 2017 22:38:31 +0200 Subject: [PATCH] use name of bus stop instead of id --- source/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app.d b/source/app.d index ba5a3ed..a407ff6 100644 --- a/source/app.d +++ b/source/app.d @@ -21,7 +21,7 @@ enum stopFinderRequest = "XML_STOPFINDER_REQUEST"; void main(string[] args) { string fileName; - string busStop = "4014080"; + string busStop = "Regensburg Universität"; string substitutionFileName = "replacement.txt"; // dfmt off auto helpInformation = getopt(args,