bug fixes
This commit is contained in:
@@ -550,6 +550,7 @@ def garmin_workouts_from_details(data):
|
||||
samples = activity['samples']
|
||||
df = pd.DataFrame(samples)
|
||||
df.rename(columns=columns,inplace=True)
|
||||
|
||||
try:
|
||||
pace = 500./df[' AverageBoatSpeed (m/s)']
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user