fnp
/
edumed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f79922c
)
set minimum
author
Jan Szejko
<janek37@gmail.com>
Wed, 30 Nov 2016 15:12:03 +0000
(16:12 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Wed, 30 Nov 2016 15:12:03 +0000
(16:12 +0100)
wtem/management/commands/wtem_send_results.py
patch
|
blob
|
history
diff --git
a/wtem/management/commands/wtem_send_results.py
b/wtem/management/commands/wtem_send_results.py
index
4f2de33
..
d75707a
100644
(file)
--- 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 =
52
+minimum =
34
class Command(BaseCommand):