diff --git a/system-status.py b/system-status.py index 888af93..77df54e 100644 --- a/system-status.py +++ b/system-status.py @@ -53,7 +53,7 @@ class SystemStatus: for y in range(value): self.hat.set_pixel(x, y, *color) for y in range(value, self.height): - self.hat.set_pixel(x, y, BLACK) + self.hat.set_pixel(x, y, *BLACK) def getTempValue(self): temp = psutil.sensors_temperatures()['cpu_thermal'][0].current