From ed701856d38a6c1e7340065508f61f9a7385c575 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Dec 2013 17:22:48 +0100 Subject: [PATCH] fix args --- .../management/commands/teleforma-message-all-seminar-users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/management/commands/teleforma-message-all-seminar-users.py b/teleforma/management/commands/teleforma-message-all-seminar-users.py index b631e33e..290e3a26 100644 --- a/teleforma/management/commands/teleforma-message-all-seminar-users.py +++ b/teleforma/management/commands/teleforma-message-all-seminar-users.py @@ -20,7 +20,7 @@ from postman.utils import email_visitor, notify_user class Command(BaseCommand): help = """Send a reminder to all users when their subscripted seminars expire before a given number of days""" - args ['days'] + args = ['days',] message_template = 'teleforma/messages/seminar_remind.txt' subject_template = 'teleforma/messages/seminar_remind_subject.txt' language_code = 'fr_FR' -- 2.39.5