added parameter

This commit is contained in:
John Lancaster
2024-07-08 17:55:01 -05:00
parent 87ed3c81ae
commit 9210cbf8a1
3 changed files with 7 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ from ..notification import Notification
class Foo(ADAPI):
def initialize(self):
# self.log('FOO')
self.log(f'Initialized app from {Path(__file__).relative_to(self.AD.app_dir.parent)}')
self.notification = Notification(self.AD)
# self.log(' FOO '.center(50, '-'))
self.notification = Notification(self.AD, self.name)
# self.log(' FOO '.center(50, '*'))