add missing blank line in mpdstats

This commit is contained in:
Johnny Robeson 2016-06-17 00:09:22 -04:00
parent 12136e1d32
commit fff0439b06

View file

@ -44,6 +44,7 @@ def is_url(path):
return False
return path.split('://', 1)[0] in ['http', 'https']
# Use the MPDClient internals to get unicode.
# see http://www.tarmack.eu/code/mpdunicode.py for the general idea
class MPDClient(mpd.MPDClient):