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:
@ -519,10 +519,11 @@ def parse(data, raw=False, quiet=False):
|
|||||||
cleandata = list(filter(None, cleandata))
|
cleandata = list(filter(None, cleandata))
|
||||||
|
|
||||||
raw_output = []
|
raw_output = []
|
||||||
|
|
||||||
network = False
|
network = False
|
||||||
socket = False
|
socket = False
|
||||||
headers = ''
|
headers = ''
|
||||||
|
network_list = []
|
||||||
|
socket_list = []
|
||||||
|
|
||||||
for line in cleandata:
|
for line in cleandata:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user