formatting

This commit is contained in:
John Lancaster
2024-07-07 22:27:13 -05:00
parent 870424baa0
commit 4abd6ce5d5
3 changed files with 5 additions and 7 deletions

View File

@@ -8,5 +8,5 @@ class Notification:
self.log('Notification initialize')
# self.ad.logger.info(' NOTIFICATION '.center(50, '-'))
def send(self, message: str = "message not specified") -> None:
self.ad.log(f'NOTIFICATION: {message}', level="DEBUG")
def send(self, message: str = 'message not specified') -> None:
self.ad.log(f'NOTIFICATION: {message}', level='DEBUG')