mirror of
https://github.com/c0de-archive/pixoPython.git
synced 2024-12-22 05:12:41 +00:00
fix issue in logic
This commit is contained in:
parent
8ce3939422
commit
b678b9e06d
@ -95,7 +95,7 @@ class Pixo:
|
|||||||
|
|
||||||
To blink multiple times, call this in a loop
|
To blink multiple times, call this in a loop
|
||||||
"""
|
"""
|
||||||
if len(force) > 0:
|
if len(force) == 0:
|
||||||
self.fill_image(image)
|
self.fill_image(image)
|
||||||
else:
|
else:
|
||||||
self.fill_image(image, False).force_color(force)
|
self.fill_image(image, False).force_color(force)
|
||||||
|
Loading…
Reference in New Issue
Block a user