Added timer to ini

This commit is contained in:
Sebastian 2015-06-18 02:49:06 +02:00
parent c9aad3a16a
commit c97e242a10
2 changed files with 7 additions and 1 deletions

View File

@ -92,9 +92,15 @@ image place 0 0 0 0
image load 1 images/logo.png
image place 1 1 24 24
text font 1 Source Code Pro Bold 40
text string 1 00:00:00
text place 1 1 1 200 630 1.0 1.0 1.0
command create ShowAll
overlay image 0
vfeed overlay 4..6
text overlay 1
loop
command end

View File

@ -6,7 +6,7 @@ from datetime import datetime
class ClockController(object):
TEXT_ID = 0
TEXT_ID = 1
def __init__(self, socket):
self.snowmix_socket = socket