X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/db036d174ce735bb5d9d4b7f8848fd2d4affe797..6e2ebe7bbbabddca6929ac2e02c5b8d72065db3a:/wtem/management/commands/wtem_send_results.py diff --git a/wtem/management/commands/wtem_send_results.py b/wtem/management/commands/wtem_send_results.py index fdc539c..fa729d5 100644 --- a/wtem/management/commands/wtem_send_results.py +++ b/wtem/management/commands/wtem_send_results.py @@ -14,7 +14,7 @@ from wtem.models import Submission def get_submissions(): return sorted(Submission.objects.exclude(answers=None).all(), key=lambda s: -s.final_result) -minimum = 55 +minimum = 52 class Command(BaseCommand): @@ -37,7 +37,7 @@ class Command(BaseCommand): action='store', dest='only_to', default=None, - help='Send emails to students'), + help='Send emails only to listed addresses'), ) def handle(self, *args, **options):