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:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import argparse, os, sys, shutil
|
||||
import argparse, os, sys, shutil, glob
|
||||
|
||||
import utils
|
||||
from Configurator import Configurator
|
||||
|
||||
Reference in New Issue
Block a user