resolved cirqular imports

This commit is contained in:
Data-Monkey
2023-05-23 21:18:44 +10:00
parent e27610a199
commit 3adfa2c268
15 changed files with 360 additions and 326 deletions

View File

@@ -3,8 +3,8 @@ import subprocess
from const import logPath
from conf import NMAP_ARGS, NMAP_TIMEOUT
from database import updateState, sql_nmap_scan_all
from helper import json_struc, timeNow
from database import sql_nmap_scan_all
from helper import json_struc, timeNow, updateState
from logger import append_line_to_file, mylog
#-------------------------------------------------------------------------------