set minimum
authorJan Szejko <janek37@gmail.com>
Wed, 30 Nov 2016 15:12:03 +0000 (16:12 +0100)
committerJan Szejko <janek37@gmail.com>
Wed, 30 Nov 2016 15:12:03 +0000 (16:12 +0100)
wtem/management/commands/wtem_send_results.py

index 4f2de33..d75707a 100644 (file)
@@ -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 = 52
+minimum = 34
 
 
 class Command(BaseCommand):