network: changed detached_down default

This commit is contained in:
enkore 2014-06-13 20:06:46 +02:00
parent 7be5693c13
commit 2a77d15f6c

View File

@ -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: