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

initialize network_list and socket_list variables

This commit is contained in:
Kelly Brazil
2019-11-13 07:46:14 -08:00
parent de37bb37d0
commit 79152a946d

View File

@ -519,10 +519,11 @@ def parse(data, raw=False, quiet=False):
cleandata = list(filter(None, cleandata))
raw_output = []
network = False
socket = False
headers = ''
network_list = []
socket_list = []
for line in cleandata: