Files
NetAlertX/pialert/scanners/pholusscan.py
2023-08-24 15:54:31 +10:00

10 lines
232 B
Python
Executable File

import subprocess
import re
from const import fullPholusPath, logPath
from helper import checkIPV4, timeNowTZ, updateState
from logger import mylog
#-------------------------------------------------------------------------------