tweak class name as well

This commit is contained in:
Matt Rose 2020-09-04 10:29:46 -04:00
parent 752311b8fe
commit bad60a03f2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ VERSION = '0.1.0'
AVAILABLE = ['CommandNotify']
class LongCommandNotify(plugin.Plugin):
class CommandNotify(plugin.Plugin):
capabilities = ['command_watch']
watched = set()