Private
Public Access
1
0

Merge branch 'hotfix/v7.10'

This commit is contained in:
Sander Roosendaal
2018-06-28 13:35:55 +02:00

View File

@@ -140,8 +140,8 @@ def create_strava_stroke_data_db(workoutid,df,csvfilename,debug=False):
res = df.to_csv(csvfilename+'.gz',index_label='index',compression='gzip')
data = dataprep(df,id=workoutid,bands=False,debug=debug)
row = rrdata(csvfile=csvfilename+'.gz')
data = dataprep(row.df,id=workoutid,bands=False,debug=debug)
return data