bug fixes
This commit is contained in:
@@ -1168,8 +1168,6 @@ def handle_calctrimp(id,
|
||||
normw = response.normw
|
||||
hrtss = response.hrtss
|
||||
|
||||
print('normalized power',normp)
|
||||
|
||||
if np.isnan(tss): # pragma: no cover
|
||||
tss = 0
|
||||
|
||||
@@ -1699,6 +1697,9 @@ def handle_sendemail_breakthrough(workoutid, useremail,
|
||||
'btvalues': tablevalues,
|
||||
}
|
||||
|
||||
dologging('tasks.log',siteurl)
|
||||
dologging('tasks.log',json.dumps(tablevalues))
|
||||
|
||||
_ = send_template_email(from_email, [useremail],
|
||||
subject, 'breakthroughemail.html',
|
||||
d, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user