diff options
author | stuebinm | 2024-04-25 21:55:49 +0200 |
---|---|---|
committer | stuebinm | 2024-04-25 21:55:49 +0200 |
commit | bafbeeface8ac44a7413945289d2bf46e52e1d57 (patch) | |
tree | b3881b50114a7ebc1133ac572637efd512dd63d2 /calendar.txt | |
parent | d44dbf6be149c2fe5e30f1af2195ea4dde2a5835 (diff) |
whoops, confused trip ids for a bit
änderungen:
- sonntags & sonderfahrplan sollten jetzt jeweils die richtigen trips
zugeordnet haben
- sonntagsfahrplan hörte zehn tage zu früh auf
- den feiertag an 2024-05-20 hatte ich übersehen
Diffstat (limited to 'calendar.txt')
-rw-r--r-- | calendar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar.txt b/calendar.txt index f020157..0a19728 100644 --- a/calendar.txt +++ b/calendar.txt @@ -1,3 +1,3 @@ service_id,monday,tuesday,wednesday,thursday,friday,saturday,sunday,start_date,end_date Samstag,0,0,0,0,0,1,0,20240504,20241012 -Sonntag,0,0,0,0,0,0,1,20240501,20241003 +Sonntag,0,0,0,0,0,0,1,20240501,20241013 |