Update pacman.py

This commit is contained in:
brindosch 2017-02-08 14:35:24 +01:00 committed by GitHub
parent 97ccaedc5f
commit 08934be2fe
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ import time
import colorsys
from random import randint
#get args
sleepTime = float(hyperion.args.get('sleep-time', 0.3))
# define pacman
pacman = bytearray((255, 255, 1))