mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 18:08:21 +02:00
@ -61,7 +61,6 @@ class WEISurveyForm2021(forms.Form):
|
|||||||
if informations[bus].scores[word] >= average_score]
|
if informations[bus].scores[word] >= average_score]
|
||||||
for bus in buses}
|
for bus in buses}
|
||||||
while words is None or len(set(words)) != len(words):
|
while words is None or len(set(words)) != len(words):
|
||||||
print("toto")
|
|
||||||
# Ensure that there is no the same word 2 times
|
# Ensure that there is no the same word 2 times
|
||||||
words = [rng.choice(words) for _ignored2, words in preferred_words.items()]
|
words = [rng.choice(words) for _ignored2, words in preferred_words.items()]
|
||||||
rng.shuffle(words)
|
rng.shuffle(words)
|
||||||
|
Reference in New Issue
Block a user