Merge branch 'plugins' of http://git.louiz.org/poezio into plugins
This commit is contained in:
commit
5111f59fb6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Plugin(BasePlugin):
|
|||
|
||||
def command_mpd(self, args):
|
||||
args = shell_split(args)
|
||||
c = mpd.MPDClient()
|
||||
c = mpd.MPDClient()
|
||||
try:
|
||||
c.connect(host=self.config.get('host', 'localhost'), port=self.config.get('host', '6600'))
|
||||
except Exception as e:
|
||||
|
|
Loading…
Reference in a new issue