Browse Source

small clean up

windows^2
Florian N 12 years ago
parent
commit
8c7ac359f1
  1. 1
      main/views.py

1
main/views.py

@ -310,7 +310,6 @@ def get_netstat():
pipe.close()
data = [i.split(None, 4) for i in data]
# data[:] = [e for e in data if len(e) == 4]
except Exception, err:
data = str(err)

Loading…
Cancel
Save