fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user