mirror of https://github.com/caronc/apprise
Updated Development_Contribution (markdown)
parent
40d055f79b
commit
19bc69effa
|
@ -54,7 +54,7 @@ class NotifyFooBar(NotifyBase):
|
||||||
protocol = 'foobar'
|
protocol = 'foobar'
|
||||||
|
|
||||||
# Where can people get information on how to use your plugin?
|
# Where can people get information on how to use your plugin?
|
||||||
setup_url = 'https://github.com/caronc/apprise/wiki/Notify_FooBar'
|
setup_url = 'https://github.com/caronc/apprise/wiki/Notify_foobar'
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue