added variant

This commit is contained in:
John Lancaster
2024-07-08 17:55:32 -05:00
parent 9210cbf8a1
commit 03ebbcc1f0
3 changed files with 14 additions and 3 deletions

View File

@@ -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')