diff options
| -rw-r--r-- | BartService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BartService.cs b/BartService.cs index e3bfac1..89088e4 100644 --- a/BartService.cs +++ b/BartService.cs @@ -98,7 +98,7 @@ namespace PagerParser.Bart { // Prepare API request var request = new BartAvailabilityRequest() { - RelatedDay = "2024-10-22", + RelatedDay = DateTime.Now.ToString("yyyy-MM-dd"), // TODO: retrieve this from config LoginToken = "<login token here>", PermissionLevel = 2, |
