PEP 8 (I'm bored): mem
This commit is contained in:
parent
89fd73d9c0
commit
c596f1b5f6
@ -26,8 +26,6 @@ class Mem(IntervalModule):
|
|||||||
alert_percentage = 80
|
alert_percentage = 80
|
||||||
round_size = 1
|
round_size = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
settings = (
|
settings = (
|
||||||
("format", "format string used for output."),
|
("format", "format string used for output."),
|
||||||
("divisor",
|
("divisor",
|
||||||
@ -63,7 +61,6 @@ class Mem(IntervalModule):
|
|||||||
}
|
}
|
||||||
round_dict(cdict, self.round_size)
|
round_dict(cdict, self.round_size)
|
||||||
|
|
||||||
|
|
||||||
self.output = {
|
self.output = {
|
||||||
"full_text": self.format.format(**cdict),
|
"full_text": self.format.format(**cdict),
|
||||||
"color": color
|
"color": color
|
||||||
|
Loading…
Reference in New Issue
Block a user