From f1967d0138d27bde864c2400aa75baa8a39bbfde Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 27 Feb 2020 16:08:39 -0800 Subject: [PATCH] system_boot fix --- jc/parsers/last.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/jc/parsers/last.py b/jc/parsers/last.py index 7ffb77fc..22ebdfcf 100644 --- a/jc/parsers/last.py +++ b/jc/parsers/last.py @@ -110,9 +110,6 @@ def process(proc_data): ] """ for entry in proc_data: - if 'user' in entry and entry['user'] == 'system_boot': - entry['user'] = 'system boot' - if 'tty' in entry and entry['tty'] == '~': entry['tty'] = None