Skip to content

Commit

Permalink
Deprecated notify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
liiight committed Dec 7, 2016
1 parent 57b8f1b commit b968474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flexget/plugins/notifiers/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b968474

Please sign in to comment.