mirror of
https://github.com/caronc/apprise-api.git
synced 2025-01-07 22:48:53 +01:00
updated to work with Apprise v1.9.1
This commit is contained in:
parent
ebfe1292cb
commit
b96212a938
@ -744,7 +744,7 @@ def send_webhook(payload):
|
||||
}
|
||||
|
||||
try:
|
||||
if not apprise.utils.VALID_URL_RE.match(settings.APPRISE_WEBHOOK_URL).group('schema'):
|
||||
if not apprise.utils.parse.VALID_URL_RE.match(settings.APPRISE_WEBHOOK_URL).group('schema'):
|
||||
raise AttributeError()
|
||||
|
||||
except (AttributeError, TypeError):
|
||||
|
@ -10,7 +10,7 @@
|
||||
# apprise @ git+https://github.com/caronc/apprise@custom-tag-or-version
|
||||
|
||||
## 3. The below grabs our stable version (generally the best choice):
|
||||
apprise == 1.9.0
|
||||
apprise == 1.9.1
|
||||
|
||||
## Apprise API Minimum Requirements
|
||||
django
|
||||
|
Loading…
Reference in New Issue
Block a user