formatting
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user