Private
Public Access
1
0

remove original uploaded file

This commit is contained in:
Sander Roosendaal
2017-06-12 20:53:56 +02:00
parent 988a9361d2
commit bc726db99a

View File

@@ -492,6 +492,10 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
if dtavg < 1:
newdf = df_resample(row.df)
try:
os.remove(f2)
except:
pass
return new_workout_from_df(r,newdf,
title=title)