From 9cdfe38bcc5292e1cf9f71fd4ad7749f22ba29a8 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 6 Nov 2011 20:31:19 +0100 Subject: typo --- plugins/mpd_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mpd_client.py') diff --git a/plugins/mpd_client.py b/plugins/mpd_client.py index 5207a0d6..a7690a9d 100644 --- a/plugins/mpd_client.py +++ b/plugins/mpd_client.py @@ -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: -- cgit v1.2.3