1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

change output from dict to list

This commit is contained in:
Kelly Brazil
2019-10-21 13:23:29 -07:00
parent b216627c10
commit e57c7cc8ef

View File

@ -136,7 +136,7 @@ $ netstat -lp | jc --netstat -p
"""
import string
output = {}
output = []
class state():