ljsnell / PokemonShowdownSpectator

Spectates Pokemon Showdown Matches
MIT License
2 stars 1 forks source link

The variable `bets_open` within `pokemon-showdown.py` seems unused #5

Closed githubpsyche closed 4 years ago

githubpsyche commented 4 years ago

It's set to False at Turn 3, but something else seems to administer when bets open/close.

ljsnell commented 4 years ago

True, a left over from when I was thinking about a different way to close bets rather than a timer based solution. I've removed it now. Good catch!