From d08f744ee8e68801d91ec9242f582256834fb21b Mon Sep 17 00:00:00 2001 From: brindosch Date: Wed, 8 Feb 2017 14:55:33 +0100 Subject: [PATCH] try to fix --- effects/clock.json | 2 -- effects/pacman.json | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/effects/clock.json b/effects/clock.json index cfd57dcb..0729d153 100644 --- a/effects/clock.json +++ b/effects/clock.json @@ -4,11 +4,9 @@ "args" : { "offset" : 0, - "hour-margin" : 2, "minute-margin" : 1, "second-margin" : 0, - "hour-color" : [255, 0, 0], "minute-color" : [0, 255, 0], "second-color" : [0, 0, 255] diff --git a/effects/pacman.json b/effects/pacman.json index b91ef77f..30c768b3 100644 --- a/effects/pacman.json +++ b/effects/pacman.json @@ -1,4 +1,8 @@ { "name" : "Pac-Man", - "script" : "pacman.py" + "script" : "pacman.py", + "args" : + { + "sleep-time" : 0.3 + } }