Commented Line

This commit is contained in:
Alex Orid 2021-04-07 17:44:38 -04:00
parent 1b317282c5
commit fb9d58a231

View File

@ -109,7 +109,7 @@ class Lights_Module():
print("trying to find color") print("trying to find color")
xy_color = [0, 0] xy_color = [0, 0]
for text in message: for text in message:
print("testing word") #print("testing word")
if "red" in text.lower(): if "red" in text.lower():
xy_color = self.rgb_to_xy(1,0,0) xy_color = self.rgb_to_xy(1,0,0)
print("found: red") print("found: red")