sharkbound / PythonTwitchBotFramework

asynchronous twitchbot framework made in pure python
MIT License
100 stars 26 forks source link

Fix for errors when command_server connection is closed normally. #40

Closed tisboyo closed 3 years ago

tisboyo commented 3 years ago

When a client closes the connection with the command server websockets.exceptions.CommandClosedOK is raised. This PR ignores that and prevents a traceback from being shown in the console.