removed change
This commit is contained in:
@@ -3,4 +3,3 @@ from appdaemon.adapi import ADAPI
|
|||||||
class Child(ADAPI):
|
class Child(ADAPI):
|
||||||
def initialize(self):
|
def initialize(self):
|
||||||
self.log(f"{self.__class__.__name__} Initialized")
|
self.log(f"{self.__class__.__name__} Initialized")
|
||||||
self.logs(f'Modified {self.__class__.__name__}')
|
|
||||||
|
|||||||
Reference in New Issue
Block a user