jahschwa / sibyl

a python chatbot with a focus on XBMC
GNU General Public License v3.0
7 stars 6 forks source link

sibylbot: idle hook handling #53

Open jahschwa opened 5 years ago

jahschwa commented 5 years ago

The __run_idle() method should catch sibyl's disconnected exceptions and handle gracefully. Brought to my attention because the matrix connector wants to raise ConnectFailure inside get_occupants().

https://github.com/TheSchwa/sibyl/pull/54/files#diff-3124166e9348777be5a055d5a63727edR389