From 98d11928c60853c97f078765b7248e68e8cbee38 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Fri, 4 Sep 2020 12:15:25 -0400 Subject: [PATCH] add proper arguments --- terminatorlib/plugins/command_notify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminatorlib/plugins/command_notify.py b/terminatorlib/plugins/command_notify.py index 65bc0926..64b3b48b 100644 --- a/terminatorlib/plugins/command_notify.py +++ b/terminatorlib/plugins/command_notify.py @@ -48,8 +48,8 @@ class CommandNotify(plugin.Plugin): notify = None 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): self.update_watched() return False