mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Yara tracker] fix mail notification
This commit is contained in:
parent
7da76f543a
commit
b72cd978fc
1 changed files with 1 additions and 3 deletions
|
@ -11,12 +11,10 @@ import time
|
|||
import yara
|
||||
|
||||
from pubsublogger import publisher
|
||||
#
|
||||
# import NotificationHelper
|
||||
#
|
||||
|
||||
sys.path.append(os.environ['AIL_BIN'])
|
||||
from Helper import Process
|
||||
import NotificationHelper # # TODO: refractor
|
||||
|
||||
sys.path.append(os.path.join(os.environ['AIL_BIN'], 'packages'))
|
||||
import Term
|
||||
|
|
Loading…
Reference in a new issue