gazpachoking / trainaspower

Convert TrainAsOne training plans from pace to power, and upload them to FinalSurge for use in Stryd workouts.
21 stars 5 forks source link

Fix date parsing with locked days in plan #32

Closed jahofmann closed 3 weeks ago

jahofmann commented 3 weeks ago
- The .text of the day contains two lines if a day is locked in the training plan
    - Example: calendar_today lock 
                      Sep 5
- This commit fixes date parsing by removing the extra line
gazpachoking commented 3 weeks ago

Thanks!