fix indetation error

This commit is contained in:
MuedeHydra 2026-05-10 23:08:55 +02:00
parent 90dd3706f5
commit cb22f6fd5f

View File

@ -48,7 +48,7 @@ class SENS_HAT:
self.sense.set_pixel(x, y, r, g, b)
def led_get_pixel(self, x, y):
def led_get_pixel(self, x, y):
if not (0 <= x <= 7) or not (0 <= y <= 7):
print("x und y müssen zwischen 0 und 7 sein!")
return