]> git.parisson.com Git - teleforma.git/commitdiff
fix args
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 9 Dec 2013 16:22:48 +0000 (17:22 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 9 Dec 2013 16:22:48 +0000 (17:22 +0100)
teleforma/management/commands/teleforma-message-all-seminar-users.py

index b631e33eaae58ff92200ab2b1cede55b32abac9f..290e3a2656a3ec844d910d624cd8df175879e1d2 100644 (file)
@@ -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'