Libraries: Python: Add success level to Notifications
parent
d4cd34b3a5
commit
ee88990297
|
@ -7,6 +7,7 @@ INFO = 0
|
|||
WARN = 1
|
||||
ERROR = 2
|
||||
OTHER = 3
|
||||
SUCCESS = 4
|
||||
|
||||
|
||||
def send_notification(message: str, module_name: str, level: int = INFO) -> bool:
|
||||
|
|
Loading…
Reference in New Issue