try to fix

This commit is contained in:
brindosch 2017-02-08 14:55:33 +01:00
parent 5c1fa71c24
commit d08f744ee8
2 changed files with 5 additions and 3 deletions

View File

@ -4,11 +4,9 @@
"args" : "args" :
{ {
"offset" : 0, "offset" : 0,
"hour-margin" : 2, "hour-margin" : 2,
"minute-margin" : 1, "minute-margin" : 1,
"second-margin" : 0, "second-margin" : 0,
"hour-color" : [255, 0, 0], "hour-color" : [255, 0, 0],
"minute-color" : [0, 255, 0], "minute-color" : [0, 255, 0],
"second-color" : [0, 0, 255] "second-color" : [0, 0, 255]

View File

@ -1,4 +1,8 @@
{ {
"name" : "Pac-Man", "name" : "Pac-Man",
"script" : "pacman.py" "script" : "pacman.py",
"args" :
{
"sleep-time" : 0.3
}
} }