From aa52872485d2ca35ffb29171699fe124e1452341 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 3 Nov 2017 04:36:24 +0100 Subject: [PATCH] typo --- notifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier.py b/notifier.py index 452b46dfe0..f189b3f360 100644 --- a/notifier.py +++ b/notifier.py @@ -59,7 +59,7 @@ def _init_plugin(plugin, reload=False): logging.warn('No such plugin: {}'.format(plugin)) raise RuntimeError(e) - # e.g. plugins.music.mpd base class: MusicMpdPlugin + # e.g. plugins.music.mpd main class: MusicMpdPlugin cls_name = functools.reduce( lambda a,b: a.title() + b.title(), (plugin.title().split('.'))