This commit is contained in:
jane 2020-11-10 19:37:17 -05:00
parent f59d02b3bc
commit 521ba9687c
1 changed files with 1 additions and 0 deletions

View File

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