mirror of
https://github.com/c0de-archive/pixoPython.git
synced 2025-08-08 07:58:44 +00:00
fix issue in logic
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user