Move notifications utility into script.utils

This commit is contained in:
Joe Weiss
2022-06-23 09:11:55 -04:00
parent cfb3baf3cd
commit 75a13f80d3
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import socket
import threading
import os
from notifications import sendAppriseNotifications
from utils.notifications import sendAppriseNotifications
from utils.parse_settings import config_to_settings
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'