提交 ba1af75e 编写于 作者: N nicolargo

Public IP address doesn't display anymore #1910

上级 fe37342c
......@@ -171,6 +171,9 @@ tx_critical=90
#wlan0_tx_critical=1000000
#wlan0_tx_log=True
[ip]
disable=False
[connections]
# Display additional information about TCP connections
# This plugin is disabled by default
......
......@@ -61,7 +61,7 @@ class Plugin(GlancesPlugin):
self.display_curse = True
# Get the public IP address once (not for each refresh)
if not self.is_disable() and not import_error_tag:
if not import_error_tag:
self.public_address = PublicIpAddress().get()
@GlancesPlugin._check_decorator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册