Currently, when the teambuilder supplies a guessed spread, it will consider moves with the empty string for its check. This prevents the teambuilder from guessing spreads after the user only puts in 3 moves.
I'm not sure if the correct fix is here or in some way deleting the empty string move from set.moves altogether at some other point.
Currently, when the teambuilder supplies a guessed spread, it will consider moves with the empty string for its check. This prevents the teambuilder from guessing spreads after the user only puts in 3 moves.
I'm not sure if the correct fix is here or in some way deleting the empty string move from
set.moves
altogether at some other point.