1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

system_boot fix

This commit is contained in:
Kelly Brazil
2020-02-27 16:08:39 -08:00
parent c1d896027d
commit f1967d0138

View File

@ -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