mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 02:28:23 +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
|
import yara
|
||||||
|
|
||||||
from pubsublogger import publisher
|
from pubsublogger import publisher
|
||||||
#
|
|
||||||
# import NotificationHelper
|
|
||||||
#
|
|
||||||
|
|
||||||
sys.path.append(os.environ['AIL_BIN'])
|
sys.path.append(os.environ['AIL_BIN'])
|
||||||
from Helper import Process
|
from Helper import Process
|
||||||
|
import NotificationHelper # # TODO: refractor
|
||||||
|
|
||||||
sys.path.append(os.path.join(os.environ['AIL_BIN'], 'packages'))
|
sys.path.append(os.path.join(os.environ['AIL_BIN'], 'packages'))
|
||||||
import Term
|
import Term
|
||||||
|
|
Loading…
Reference in a new issue