py-json/port_probe.py :

py-scripts/port_probe.py
py-script/test_ip_variable_time.py
Starting point from previous work
This commit is contained in:
Chuck SmileyRekiere
2021-10-25 17:51:35 -04:00
parent 03bbf60634
commit cdccc492d9
3 changed files with 47 additions and 26 deletions

View File

@@ -40,7 +40,6 @@ realm = importlib.import_module("py-json.realm")
Realm = realm.Realm
sys.path.append("../py-dashboard")
from InfluxRequest import RecordInflux
port_probe = importlib.import_module("py-json.port_probe")
class IPVariableTime(Realm):