Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect Commutes from Strava Export #98

Closed
klofrau opened this issue Feb 28, 2024 · 2 comments
Closed

Detect Commutes from Strava Export #98

klofrau opened this issue Feb 28, 2024 · 2 comments
Labels
Milestone

Comments

@klofrau
Copy link

klofrau commented Feb 28, 2024

Had to change this line to is_commute = row["Commute"] == True in order for the condition to trigger succesfully.
Maybe a change on the strava export format?

@martin-ueding martin-ueding added this to the 0.20.0 milestone Mar 2, 2024
@martin-ueding
Copy link
Owner

That's indeed strange. But I've just added a condition that accept either the string "true" or the literal boolean value True. Will be part of 0.20.0.

@martin-ueding
Copy link
Owner

Version 0.20.0 is released you can update and try it out. If the issue persists, please reopen this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants