Browse Source

Merge branch 'netbox-redraw-fix'

pull/315/head
aristocratos 4 years ago
parent
commit
9ae64e9cdd
  1. 1
      bpytop.py

1
bpytop.py

@ -3555,6 +3555,7 @@ class NetCollector(Collector):
if not cls.nic or cls.nic not in up_stat:
cls._get_nics()
if not cls.nic: return
NetBox.redraw = True
try:
io_all = psutil.net_io_counters(pernic=True)[cls.nic]
except KeyError:

Loading…
Cancel
Save