fix indetation error
This commit is contained in:
parent
90dd3706f5
commit
cb22f6fd5f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user