diff --git a/backend/backend/arbiter.py b/backend/backend/arbiter.py index 7cc3808..2ad710e 100644 --- a/backend/backend/arbiter.py +++ b/backend/backend/arbiter.py @@ -184,7 +184,7 @@ async def _(get_input: InputGetter, set_output: OutputSetter): max_votes = votes max_choice = choice - output = EMPTY_INPUT + output = {button: False for button in Button} if max_choice != "none": output[max_choice] = True