summaryrefslogtreecommitdiffhomepage
path: root/libs/apprise/plugins/NotifyVoipms.py
diff options
context:
space:
mode:
Diffstat (limited to 'libs/apprise/plugins/NotifyVoipms.py')
-rw-r--r--libs/apprise/plugins/NotifyVoipms.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/libs/apprise/plugins/NotifyVoipms.py b/libs/apprise/plugins/NotifyVoipms.py
index a4ec5ae1b..c39da4dfe 100644
--- a/libs/apprise/plugins/NotifyVoipms.py
+++ b/libs/apprise/plugins/NotifyVoipms.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# BSD 3-Clause License
+# BSD 2-Clause License
#
# Apprise - Push Notification Library.
# Copyright (c) 2023, Chris Caron <[email protected]>
@@ -14,10 +14,6 @@
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
-# 3. Neither the name of the copyright holder nor the names of its
-# contributors may be used to endorse or promote products derived from
-# this software without specific prior written permission.
-#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -78,7 +74,6 @@ class NotifyVoipms(NotifyBase):
# Define object templates
templates = (
- '{schema}://{password}:{email}',
'{schema}://{password}:{email}/{from_phone}/{targets}',
)
@@ -111,6 +106,7 @@ class NotifyVoipms(NotifyBase):
'targets': {
'name': _('Targets'),
'type': 'list:string',
+ 'required': True,
},
})