tidying up some inline documentation

This commit is contained in:
Chris Caron 2020-01-25 16:22:10 -05:00
parent c5389727d5
commit f41a669814
5 changed files with 6 additions and 6 deletions

View File

@ -86,7 +86,7 @@ class NotifyD7Networks(NotifyBase):
# The services URL # The services URL
service_url = 'https://d7networks.com/' service_url = 'https://d7networks.com/'
# All pushover requests are secure # All notification requests are secure
secure_protocol = 'd7sms' secure_protocol = 'd7sms'
# Allow 300 requests per minute. # Allow 300 requests per minute.

View File

@ -71,7 +71,7 @@ class NotifyGitter(NotifyBase):
# The services URL # The services URL
service_url = 'https://gitter.im/' service_url = 'https://gitter.im/'
# All pushover requests are secure # All notification requests are secure
secure_protocol = 'gitter' secure_protocol = 'gitter'
# A URL that takes you to the setup/help of the specific protocol # A URL that takes you to the setup/help of the specific protocol
@ -102,7 +102,7 @@ class NotifyGitter(NotifyBase):
# Define object templates # Define object templates
templates = ( templates = (
'{schema}://{token}:{targets}/', '{schema}://{token}/{targets}/',
) )
# Define our template tokens # Define our template tokens

View File

@ -101,7 +101,7 @@ class NotifyMailgun(NotifyBase):
# The services URL # The services URL
service_url = 'https://www.mailgun.com/' service_url = 'https://www.mailgun.com/'
# All pushover requests are secure # All notification requests are secure
secure_protocol = 'mailgun' secure_protocol = 'mailgun'
# Mailgun advertises they allow 300 requests per minute. # Mailgun advertises they allow 300 requests per minute.

View File

@ -73,7 +73,7 @@ class NotifySinch(NotifyBase):
# The services URL # The services URL
service_url = 'https://sinch.com/' service_url = 'https://sinch.com/'
# All pushover requests are secure # All notification requests are secure
secure_protocol = 'sinch' secure_protocol = 'sinch'
# Allow 300 requests per minute. # Allow 300 requests per minute.

View File

@ -67,7 +67,7 @@ class NotifyTwilio(NotifyBase):
# The services URL # The services URL
service_url = 'https://www.twilio.com/' service_url = 'https://www.twilio.com/'
# All pushover requests are secure # All notification requests are secure
secure_protocol = 'twilio' secure_protocol = 'twilio'
# Allow 300 requests per minute. # Allow 300 requests per minute.