commented out new log line

This commit is contained in:
John Lancaster
2024-06-06 21:33:37 -05:00
parent 207c0d95c6
commit caea4ac448
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ from appdaemon.adapi import ADAPI
class Database: class Database:
def __init__(self, ad: ADAPI) -> None: def __init__(self, ad: ADAPI) -> None:
self.ad = ad self.ad = ad
self.ad.logger.info(' NEW LOG LINE '.center(50, '=')) # self.ad.logger.info(' NEW LOG LINE '.center(50, '='))

View File

@@ -4,4 +4,4 @@ from appdaemon.adapi import ADAPI
class Notification: class Notification:
def __init__(self, ad: ADAPI) -> None: def __init__(self, ad: ADAPI) -> None:
self.ad = ad self.ad = ad
self.ad.logger.info(' NEW LOG LINE '.center(50, '=')) # self.ad.logger.info(' NEW LOG LINE '.center(50, '='))