You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
v = endomondo.get_workout(531266864)
v.start_time = datetime.utcnow()
endomondo.post_workout(workout=v, properties={'audioMessage': 'false'})
Traceback (most recent call last):
File "", line 1, in
File "endomondo/endomondo.py", line 386, in post_workout
data = '\n'.join([self.flatten_trackpoint(i) for i in chunk])
File "endomondo/endomondo.py", line 410, in flatten_trackpoint
'dist': round(track_point.dist,2),
TypeError: a float is required