ttttttt
This commit is contained in:
parent
f59d02b3bc
commit
521ba9687c
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ def pat(index, tick, previous_values):
|
|||
b = 255
|
||||
elif b < 0:
|
||||
b = 0
|
||||
print("final color: {}", (r, g, b))
|
||||
return (r, g, b)
|
||||
else:
|
||||
return default(index, tick)
|
||||
|
|
Loading…
Reference in a new issue