X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/6c9978c5bf8b1ef20871557c22b8b02df647d700..277c595277997742a3d4efda1ca984734f95125e:/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):