mpdupdate: fix indent

This commit is contained in:
Bruno Cauet 2015-01-13 18:53:30 +01:00
parent 753388550e
commit ca91bc8920

View file

@ -81,11 +81,11 @@ class MPDUpdatePlugin(BeetsPlugin):
self.register_listener('cli_exit', self.update)
def update(self, lib):
self.update_mpd(
config['mpd']['host'].get(unicode),
config['mpd']['port'].get(int),
config['mpd']['password'].get(unicode),
)
self.update_mpd(
config['mpd']['host'].get(unicode),
config['mpd']['port'].get(int),
config['mpd']['password'].get(unicode),
)
def update_mpd(self, host='localhost', port=6600, password=None):
"""Sends the "update" command to the MPD server indicated,