mirror of https://github.com/caronc/apprise
Updated DemoPlugin_WebRequest (markdown)
parent
48b9a85a81
commit
c66d0a7c87
|
@ -19,7 +19,8 @@ class NotifyDemo(NotifyBase):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# The default descriptive name associated with the Notification
|
# The default descriptive name associated with the Notification
|
||||||
service_name = 'Apprise Demo Notification'
|
# _() allows us to support future (language) translations
|
||||||
|
service_name = _('Apprise Demo Notification')
|
||||||
|
|
||||||
# The default protocol/schema
|
# The default protocol/schema
|
||||||
# This will be what triggers your service to be activated when
|
# This will be what triggers your service to be activated when
|
||||||
|
|
Loading…
Reference in New Issue