Fixed small JSON syntax error in the docstring of ntfy.send_message.

This commit is contained in:
Fabio Manganiello 2023-03-26 22:53:42 +02:00
parent 30124e7cef
commit 6d674fef21
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -167,7 +167,7 @@ class NtfyPlugin(AsyncRunnablePlugin):
"headers": { "headers": {
"Authorization": "Bearer abcdef..." "Authorization": "Bearer abcdef..."
}, },
"body": "{\\"temperature\\": 65}" "body": "{\"temperature\": 65}"
}, },
{ {
"action": "broadcast", "action": "broadcast",