forked from platypush/platypush
Fixed small JSON syntax error in the docstring of ntfy.send_message
.
This commit is contained in:
parent
30124e7cef
commit
6d674fef21
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class NtfyPlugin(AsyncRunnablePlugin):
|
|||
"headers": {
|
||||
"Authorization": "Bearer abcdef..."
|
||||
},
|
||||
"body": "{\\"temperature\\": 65}"
|
||||
"body": "{\"temperature\": 65}"
|
||||
},
|
||||
{
|
||||
"action": "broadcast",
|
||||
|
|
Loading…
Reference in a new issue