From 5c1356a1de3f892253cb168b247b36eebbd94252 Mon Sep 17 00:00:00 2001 From: Ryan Rix Date: Mon, 14 Mar 2016 00:59:05 +0000 Subject: [PATCH] I have a 150 count strip fuck it --- lightrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrix.py b/lightrix.py index 98409fd..4fa1554 100644 --- a/lightrix.py +++ b/lightrix.py @@ -17,7 +17,7 @@ def start(config, room_id): if not os.path.exists(config): print("Configuration file doesn't exist, please create one") sys.exit(1) - led_count = 48 + led_count = 150 with open(config) as f: conf = yaml.safe_load(f) s = strip.Strip(count=led_count)