Private
Public Access
1
0

smoothen+otwpower

This commit is contained in:
Sander Roosendaal
2016-11-28 09:39:24 +01:00
parent d4ed9419ae
commit fd518a854b
3 changed files with 8 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ def handle_otwsetpower(f1,boattype,weightvalue,first_name,last_name,email,workou
# save data
rowdata.write_csv(f1)
dataprep.update_strokedata(workoutid,rowdata.df)
# send email
fullemail = first_name + " " + last_name + " " + "<" + email + ">"