kneasle / wheatley

An AI for Ringing Room that can ring any number of bells to increase the scope of practices.
https://pypi.org/project/wheatley/
MIT License
15 stars 13 forks source link

Better rollcall #207

Closed kneasle closed 3 years ago

kneasle commented 3 years ago

Makes Wheatley return the RR server's roll_call only once Wheatley is ready to ring. This will hopefully prevent cases where Wheatley is somehow unable to ring but able to return SocketIO signals (I think this is what's causing Wheatley to 'go off in a huff').

I've also added more comments (the code is currently lacking a bit in that respect).