Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-08-01 07:36:23 +02:00
parent 1711ced864
commit ed82255a44
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@@ -150,10 +150,9 @@ def strokedatajson(request,id):
'peakforceangle':peakforceangle,
})
# Following part should be replaced with dataprep.new_workout_from_df
r = getrower(request.user)
timestr = row.startdatetime.strftime("%Y%m%d-%H%M%S")
csvfilename ='media/Import_'+timestr+'.csv'