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
|
b = 255
|
||||||
elif b < 0:
|
elif b < 0:
|
||||||
b = 0
|
b = 0
|
||||||
|
print("final color: {}", (r, g, b))
|
||||||
return (r, g, b)
|
return (r, g, b)
|
||||||
else:
|
else:
|
||||||
return default(index, tick)
|
return default(index, tick)
|
||||||
|
|
Loading…
Reference in a new issue