fix missing import in generator, expand networks to ips in jobs and init work on a generic checker with shared dict and redis support

This commit is contained in:
bunkerity
2021-07-22 17:11:15 +02:00
parent a1b9010d9e
commit 9a207dfdc5
6 changed files with 90 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/python3
import argparse, os, sys, shutil
import argparse, os, sys, shutil, glob
import utils
from Configurator import Configurator