zipfix3
This commit is contained in:
@@ -74,7 +74,7 @@ def processattachments():
|
|||||||
wid = [make_new_workout_from_email(rr,a.document,name)]
|
wid = [make_new_workout_from_email(rr,a.document,name)]
|
||||||
res += wid
|
res += wid
|
||||||
print wid
|
print wid
|
||||||
link = 'http://rowsandall.com/rowers/workout/'+str(wid[0])+'/edit'
|
link = 'https://rowsandall.com/rowers/workout/'+str(wid[0])+'/edit'
|
||||||
dd = send_confirm(u,name,link)
|
dd = send_confirm(u,name,link)
|
||||||
except:
|
except:
|
||||||
# replace with code to process error
|
# replace with code to process error
|
||||||
|
|||||||
Reference in New Issue
Block a user