the cake is a lie

This commit is contained in:
Lucca Ketterer 2020-08-02 00:51:55 +02:00
parent 362a567ae7
commit 1c9ae5f083

View File

@ -47,6 +47,7 @@ def visualizer(color):
g = int(g*(line/1000)) g = int(g*(line/1000))
b = int(b*(line/1000)) b = int(b*(line/1000))
hex_color = rgb_to_hex(r,g,b) hex_color = rgb_to_hex(r,g,b)
print(r,g,b)
send(hex_color) send(hex_color)
cava.stdout.close() cava.stdout.close()
sed.stdout.close() sed.stdout.close()