提交 7547ab9a 编写于 作者: N nicolargo

glances_network #1106

上级 595c3291
......@@ -2,8 +2,8 @@
Glances Version 2
==============================================================================
Version 2.10.1
==============
Version NEXT RELEASE
====================
Enhancements and new features:
......@@ -13,6 +13,7 @@ Bugs corrected:
* Installing GPU plugin crashes entire glances (issue #1102)
* Potential memory leak in Windows WebUI (issue #1056)
* glances_network `OSError: [Errno 19] No such device` (issue #1106)
Version 2.10
============
......
......@@ -97,7 +97,7 @@ class Plugin(GlancesPlugin):
netstatus = {}
try:
netstatus = psutil.net_if_stats()
except AttributeError:
except (AttributeError, OSError):
pass
# Previous network interface stats are stored in the network_old variable
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册