From 64356bec26e65086a1609f7f12fceb5a4c8a6bfc Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 19 Dec 2016 19:33:13 +0100 Subject: [PATCH] zipfix3 --- rowers/mailprocessing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/mailprocessing.py b/rowers/mailprocessing.py index d2d6fc93..26bd0498 100644 --- a/rowers/mailprocessing.py +++ b/rowers/mailprocessing.py @@ -74,7 +74,7 @@ def processattachments(): wid = [make_new_workout_from_email(rr,a.document,name)] res += 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) except: # replace with code to process error