From 886fdc5881101f0e182bb1162630f062d059fa94 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 19 Dec 2016 19:45:10 +0100 Subject: [PATCH] updated link --- rowers/mailprocessing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/mailprocessing.py b/rowers/mailprocessing.py index 26bd0498..d53c1eee 100644 --- a/rowers/mailprocessing.py +++ b/rowers/mailprocessing.py @@ -124,7 +124,7 @@ def processattachments_debug(): 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)