work on #353, update vendors bug #357

This commit is contained in:
Jokob-sk
2023-08-15 07:40:51 +10:00
parent 5efc4975c6
commit 23da070784
4 changed files with 7 additions and 8 deletions

View File

@@ -36,10 +36,6 @@ def send(msg: noti_struc):
payloadData = msg.text
# Define Apprise compatible payload (https://github.com/caronc/apprise-api#stateless-solution)
# payload = html
# if conf.APPRISE_PAYLOAD == 'text':
# payload = text
_json_payload = {
"urls": conf.APPRISE_URL,