mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update pacman.py
This commit is contained in:
parent
97ccaedc5f
commit
08934be2fe
@ -3,6 +3,9 @@ import time
|
|||||||
import colorsys
|
import colorsys
|
||||||
from random import randint
|
from random import randint
|
||||||
|
|
||||||
|
#get args
|
||||||
|
sleepTime = float(hyperion.args.get('sleep-time', 0.3))
|
||||||
|
|
||||||
# define pacman
|
# define pacman
|
||||||
pacman = bytearray((255, 255, 1))
|
pacman = bytearray((255, 255, 1))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user