From b96847494b06114d3ef4e4a9f7e5f79542c22c28 Mon Sep 17 00:00:00 2001 From: Or Carmi Date: Wed, 7 Dec 2016 12:40:52 +0200 Subject: [PATCH] Deprecated `notify` plugin --- flexget/plugins/notifiers/notify.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flexget/plugins/notifiers/notify.py b/flexget/plugins/notifiers/notify.py index 637e7c56ce..5b95a4bb0a 100644 --- a/flexget/plugins/notifiers/notify.py +++ b/flexget/plugins/notifiers/notify.py @@ -63,6 +63,8 @@ class Notify(NotifyBase): 'message': {'type': 'string'}, 'url': {'type': 'string'}, 'file_template': {'type': 'string'}}) + schema['deprecated'] = '`notify` plugin is deprecated. Use `notify_entries` or `notify_task` instead.' \ + ' See Wik for details.' def prepare_config(self, config): config.setdefault('scope', 'entries')