Closed arichnad closed 4 years ago
Three small improvements:
if the user pressed Control-C during a json update, it would corrupt the database. this is my attempt to fix that. (also _file is now the full path)
remove "Z" from output where the output isn't UTC. Strava puts this here incorrectly.
allow the user to skip updating the cache if they want. (useful in scripts)
Thanks!
Three small improvements:
if the user pressed Control-C during a json update, it would corrupt the database. this is my attempt to fix that. (also _file is now the full path)
remove "Z" from output where the output isn't UTC. Strava puts this here incorrectly.
allow the user to skip updating the cache if they want. (useful in scripts)