fix stray debug variable
This commit is contained in:
parent
be6509338a
commit
8f9197aaa3
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ class StatsPart(Part):
|
||||||
elif line.startswith("SwapFree"):
|
elif line.startswith("SwapFree"):
|
||||||
swap_free = int(line.split()[1]) * 1024
|
swap_free = int(line.split()[1]) * 1024
|
||||||
|
|
||||||
if old_linux or True:
|
if old_linux:
|
||||||
self.fragments.append(style_color(COLOR_ERROR))
|
self.fragments.append(style_color(COLOR_ERROR))
|
||||||
self.fragments.append(style_bold())
|
self.fragments.append(style_bold())
|
||||||
self.fragments.append("❌ <linux-3.14 ❌")
|
self.fragments.append("❌ <linux-3.14 ❌")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue