Skip to content

Commit

Permalink
Update windows.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EXA-Hub authored Jun 27, 2024
1 parent 8384df4 commit ded9750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def start_voting():
chosen_command = next(cmd for cmd in command_order
if cmd in top_commands)
else:
chosen_command = top_commands[0]
chosen_command = None

# just enable if a tie causes a problem
#chosen_command = top_commands[0]
Expand Down

0 comments on commit ded9750

Please sign in to comment.