network: changed detached_down default
This commit is contained in:
parent
7be5693c13
commit
2a77d15f6c
@ -93,7 +93,7 @@ class Network(IntervalModule):
|
|||||||
format_down = "{interface}"
|
format_down = "{interface}"
|
||||||
color_up = "#00FF00"
|
color_up = "#00FF00"
|
||||||
color_down = "#FF0000"
|
color_down = "#FF0000"
|
||||||
detached_down = False
|
detached_down = True
|
||||||
|
|
||||||
def init(self):
|
def init(self):
|
||||||
if self.interface not in netifaces.interfaces() and not self.detached_down:
|
if self.interface not in netifaces.interfaces() and not self.detached_down:
|
||||||
|
Loading…
Reference in New Issue
Block a user