mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-21 00:19:42 +02:00
double quotes to single quotes
This commit is contained in:
@ -185,11 +185,11 @@ def parse(data):
|
||||
for line in cleandata:
|
||||
|
||||
if line.find('Active Internet connections (w/o servers)') == 0:
|
||||
state.section = "client"
|
||||
state.section = 'client'
|
||||
continue
|
||||
|
||||
if line.find('Active Internet connections (only servers)') == 0:
|
||||
state.section = "server"
|
||||
state.section = 'server'
|
||||
continue
|
||||
|
||||
if line.find('Proto') == 0:
|
||||
|
Reference in New Issue
Block a user