projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fcb346
)
Update.
gen
author
François Fleuret
<francois@fleuret.org>
Thu, 1 Aug 2024 04:15:34 +0000
(06:15 +0200)
committer
François Fleuret
<francois@fleuret.org>
Thu, 1 Aug 2024 04:15:34 +0000
(06:15 +0200)
quiz_machine.py
patch
|
blob
|
history
diff --git
a/quiz_machine.py
b/quiz_machine.py
index
bad05ec
..
90879ce
100755
(executable)
--- a/
quiz_machine.py
+++ b/
quiz_machine.py
@@
-84,7
+84,7
@@
class QuizMachine:
(("f_A", "A", "f_B", "B"), (0, 0, 0, 1)),
(("B", "f_B", "A", "f_A"), (0, 0, 0, 1)),
(("f_B", "B", "f_A", "A"), (0, 0, 0, 1)),
-
#
(("f_B", "f_A", "A", "B"), (0, 1, 1, 1)),
+ (("f_B", "f_A", "A", "B"), (0, 1, 1, 1)),
]
self.LOCK_C_QUIZZES = threading.Lock()