Query MPD every 500 ms
This commit is contained in:
parent
a95b140164
commit
56b1f3c6e4
@ -5,7 +5,7 @@ import asyncio
|
|||||||
from mpd import MPDClient
|
from mpd import MPDClient
|
||||||
|
|
||||||
IO_DELAY = (1.0 / 20.0)
|
IO_DELAY = (1.0 / 20.0)
|
||||||
MPD_DELAY = 1
|
MPD_DELAY = 0.5
|
||||||
|
|
||||||
class display(object):
|
class display(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user