1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +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
+1 -1
View File
@@ -136,7 +136,7 @@ $ netstat -lp | jc --netstat -p
"""
import string
output = {}
output = []
class state():