Private
Public Access
1
0
This commit is contained in:
2024-06-16 16:23:28 +02:00
parent 252771d539
commit 7f4f008886
2 changed files with 1 additions and 1 deletions

View File

@@ -4001,7 +4001,7 @@ def fetch_strava_workout(stravatoken, oauth_data, stravaid, csvfilename, userid,
try:
row.write_csv(csvfilename, compressed=False)
except ComputeError:
row = rowingdata.rowingdata(df=df)
row = rowingdata.rowingdata(df=df.to_pandas())
row.write_csv(csvfilename, compressed=False)
# summary = row.allstats()