Removed Gotify throttling (#245)

This commit is contained in:
Chris Caron 2020-07-01 08:26:47 -04:00 committed by GitHub
parent d4b83a39da
commit 0bbdbbb547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,9 @@ class NotifyGotify(NotifyBase):
# A URL that takes you to the setup/help of the specific protocol
setup_url = 'https://github.com/caronc/apprise/wiki/Notify_gotify'
# Disable throttle rate
request_rate_per_sec = 0
# Define object templates
templates = (
'{schema}://{host}/{token}',