diff options
Diffstat (limited to 'python/examples')
| -rw-r--r-- | python/examples/notification_callbacks.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/examples/notification_callbacks.py b/python/examples/notification_callbacks.py index 3f1a2d41..e299aa06 100644 --- a/python/examples/notification_callbacks.py +++ b/python/examples/notification_callbacks.py @@ -94,4 +94,7 @@ class DemoNotification(BinaryDataNotification): def type_undefined(self, *args): log.log_info(inspect.stack()[0][3] + str(args)) + def type_ref_changed(self, *args): + log.log_info(inspect.stack()[0][3] + str(args)) + PluginCommand.register("Register Notification", "", reg_notif) |
