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)