Compare commits

...

2 Commits

Author SHA1 Message Date
56b1f3c6e4 Query MPD every 500 ms 2020-07-05 20:06:20 +02:00
a95b140164 Remove zombie function 2020-07-05 20:06:05 +02:00

View File

@ -5,7 +5,7 @@ import asyncio
from mpd import MPDClient
IO_DELAY = (1.0 / 20.0)
MPD_DELAY = 1
MPD_DELAY = 0.5
class display(object):
def __init__(self):
@ -22,9 +22,6 @@ class display(object):
def render(self):
print("render NYI")
def get_image(self):
print("get_image NYI")
def animate(self, ticks):
print("animate NYI")