mirror of
https://github.com/c0de-archive/pixoPython.git
synced 2024-12-21 21:12:39 +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
|
||||
"""
|
||||
if len(force) > 0:
|
||||
if len(force) == 0:
|
||||
self.fill_image(image)
|
||||
else:
|
||||
self.fill_image(image, False).force_color(force)
|
||||
|
Loading…
Reference in New Issue
Block a user