From fb9d58a231cac370d17f8d0db516ede6c52d41a6 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Wed, 7 Apr 2021 17:44:38 -0400 Subject: [PATCH] Commented Line --- lights_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lights_module.py b/lights_module.py index 261c51a..c966a59 100644 --- a/lights_module.py +++ b/lights_module.py @@ -109,7 +109,7 @@ class Lights_Module(): print("trying to find color") xy_color = [0, 0] for text in message: - print("testing word") + #print("testing word") if "red" in text.lower(): xy_color = self.rgb_to_xy(1,0,0) print("found: red")