more complexity in the test cases
This commit is contained in:
@@ -3,7 +3,6 @@ from appdaemon.adapi import ADAPI
|
||||
|
||||
class Variant(TestNotifier, ADAPI):
|
||||
def initialize(self):
|
||||
self.adapi = self.get_ad_api()
|
||||
self.log = self.adapi.log
|
||||
super().initialize()
|
||||
self.log('Variant of the TestNotifier')
|
||||
# self.log(' VARIANT '.center(50, '*'))
|
||||
|
||||
Reference in New Issue
Block a user