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: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

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