add proper arguments

This commit is contained in:
Matt Rose 2020-09-04 12:15:25 -04:00
parent 8cd329c5c5
commit 98d11928c6
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ class CommandNotify(plugin.Plugin):
notify = None notify = None
self.watched = new_watched self.watched = new_watched
def update_watched_delayed(self): def update_watched_delayed(self, term, event, arg1 = None):
print('foo: %s / bar: %s / baz: %s' % (str(term),str(event),arg1))
def add_watch(self): def add_watch(self):
self.update_watched() self.update_watched()
return False return False