Query MPD every 500 ms

This commit is contained in:
Markus Koch 2020-07-05 20:06:20 +02:00
parent a95b140164
commit 56b1f3c6e4
1 changed files with 1 additions and 1 deletions

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):