fixed email sending bug
This commit is contained in:
@@ -318,9 +318,6 @@ def make_new_workout_from_email(rr,f2,name,cntr=0):
|
|||||||
|
|
||||||
w.save()
|
w.save()
|
||||||
|
|
||||||
print w.id
|
|
||||||
print row.df.info()
|
|
||||||
|
|
||||||
# put stroke data in database
|
# put stroke data in database
|
||||||
res = dataprep.dataprep(row.df,id=w.id,
|
res = dataprep.dataprep(row.df,id=w.id,
|
||||||
bands=True,barchart=True,
|
bands=True,barchart=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user