fix issue in logic

This commit is contained in:
David Todd 2020-01-26 18:20:07 -06:00
parent 8ce3939422
commit b678b9e06d
1 changed files with 1 additions and 1 deletions

View File

@ -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)