NMAP plugin conversion v0.3
This commit is contained in:
@@ -5,6 +5,7 @@ import datetime
|
||||
|
||||
import conf
|
||||
from const import *
|
||||
# from helper import get_setting_value
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# duplication from helper to avoid circle
|
||||
@@ -16,6 +17,8 @@ def timeNowTZ():
|
||||
return datetime.datetime.now().replace(microsecond=0)
|
||||
|
||||
|
||||
# conf.LOG_LEVEL = get_setting_value("LOG_LEVEL")
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
debugLevels = [
|
||||
('none', 0), ('minimal', 1), ('verbose', 2), ('debug', 3)
|
||||
|
||||
Reference in New Issue
Block a user