Sebbo94BY / teamspeak3-python-bot

A TeamSpeak Bot written in Python. Supports both raw and ssh query connections. Supports TeamSpeak 3 and 5 server.
Apache License 2.0
8 stars 2 forks source link

Fix PyLint `overgeneral-exceptions` warning #51

Closed Sebbo94BY closed 1 year ago

Sebbo94BY commented 1 year ago

Fixes the following warning:

pylint: Command line or configuration file:1: UserWarning: Specifying exception names in the overgeneral-exceptions option without module name is deprecated and support for it will be removed in pylint 3.0. Use fully qualified name (maybe 'builtins.Exception' ?) instead.