formatting tweaks

This commit is contained in:
John Lancaster
2024-03-18 18:53:20 -05:00
parent c0d7871676
commit e9d5d3ce4e
5 changed files with 6 additions and 6 deletions

View File

@@ -8,5 +8,5 @@ print(f' Importing {filename} '.center(50, '-'))
class Bar(ADBase):
def initialize(self):
self.adapi = self.get_ad_api()
self.adapi.log(f'Initialized app from {__file__}')
self.adapi.log(f'Initialized app from {filename}')
# self.adapi.log(f'CHANGED')