From 6583e59e6030a8f651680c4f28b6598b674fff63 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 12 Jan 2021 08:52:19 +0100 Subject: [PATCH] fix --- rowers/management/commands/processemail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/management/commands/processemail.py b/rowers/management/commands/processemail.py index 0046e586..2c4201c8 100644 --- a/rowers/management/commands/processemail.py +++ b/rowers/management/commands/processemail.py @@ -36,7 +36,7 @@ from rowers.opaque import encoder from rowers.models import User,VirtualRace,Workout from rowers.plannedsessions import email_submit_race - +from rowers.rower_rules import user_is_not_basic # If you find a solution that does not need the two paths, please comment!