From 94b326f1e54b3a8f0de7de3debf0abb67f524462 Mon Sep 17 00:00:00 2001 From: brent s Date: Fri, 18 Jan 2019 14:42:37 -0500 Subject: [PATCH] oops --- sys/user_cull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/user_cull.py b/sys/user_cull.py index 70c23f6..2786d88 100755 --- a/sys/user_cull.py +++ b/sys/user_cull.py @@ -48,7 +48,7 @@ if timeout == 'auto': if not os.path.isfile(f): continue with open(f, 'r') as fh: - conf = f.read() + conf = fh.read() for line in conf.splitlines(): if tmout_re.search(line): try: