Skip to content

Commit

Permalink
chore: update random color example
Browse files Browse the repository at this point in the history
  • Loading branch information
robberwick committed Dec 1, 2024
1 parent 1aa1b0f commit 3fdef21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/random_color.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import blinkstick.core
from blinkstick.clients import blinkstick
from blinkstick import find_first
from blinkstick.exceptions import BlinkStickException

bs = blinkstick.core.find_first()
bs = find_first()

if bs is None:
print("Could not find any BlinkSticks")
Expand Down

0 comments on commit 3fdef21

Please sign in to comment.