diff --git a/timmy/conf.py b/timmy/conf.py index 023b704..aec0961 100644 --- a/timmy/conf.py +++ b/timmy/conf.py @@ -24,7 +24,7 @@ def load_conf(filename): """Configuration parameters""" conf = {} conf['hard_filter'] = {} - conf['soft_filter'] = {'status': ['ready', 'discover'], 'online': True} + conf['soft_filter'] = {'online': True} conf['ssh_opts'] = ['-oConnectTimeout=2', '-oStrictHostKeyChecking=no', '-oUserKnownHostsFile=/dev/null', '-oLogLevel=error', '-lroot', '-oBatchMode=yes']