added variant
This commit is contained in:
@@ -7,5 +7,5 @@ class TestNotifier(ADBase):
|
||||
self.adapi = self.get_ad_api()
|
||||
self.log = self.adapi.log
|
||||
self.log(f'Initialized test notifier class: {self.__class__.__name__}')
|
||||
self.notify = Notification(self.adapi)
|
||||
self.notify = Notification(self.adapi, self.name)
|
||||
self.notify.send('Some notifications')
|
||||
|
||||
Reference in New Issue
Block a user