fixes issue #474
This commit is contained in:
@@ -1032,7 +1032,7 @@ def handle_sendemail_breakthrough(workoutid, useremail,
|
||||
d = {
|
||||
'first_name':userfirstname,
|
||||
'siteurl':siteurl,
|
||||
'workoutid':encoder.encode_hex(workoutid),
|
||||
'workoutid':encoder.encode_hex(int(workoutid)),
|
||||
'btvalues':tablevalues,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user