aboutsummaryrefslogtreecommitdiff
path: root/BartService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'BartService.cs')
-rw-r--r--BartService.cs2
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,