diff --git a/plexpy/config.py b/plexpy/config.py index 8e27a7db..5716cd84 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -321,4 +321,4 @@ class Config(object): """ for name, value in kwargs.items(): key, definition_type, section, ini_key, default = self._define(name) - self._config[section][ini_key] = definition_type(value) + self._config[section][ini_key] = definition_type(value) \ No newline at end of file diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 2e5836b0..c0d96b4f 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1260,4 +1260,4 @@ class Email(object): } ] - return config_option + return config_option \ No newline at end of file