Private
Public Access
1
0
This commit is contained in:
2024-06-17 18:52:40 +02:00
parent de2be7e65f
commit 6bff3c8941
2 changed files with 1 additions and 1 deletions

View File

@@ -4002,7 +4002,7 @@ def fetch_strava_workout(stravatoken, oauth_data, stravaid, csvfilename, userid,
row.write_csv(csvfilename, compressed=False)
except ComputeError:
row = rowingdata.rowingdata(df=df.to_pandas())
row.write_csv(csvfilename, compressed=False)
row.write_csv(filename)
# summary = row.allstats()
# maxdist = df['cum_dist'].max()

Binary file not shown.