From 6d674fef21c06071d3e27948af4fbfc6ba2ea6fa Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 26 Mar 2023 22:53:42 +0200 Subject: [PATCH] Fixed small JSON syntax error in the docstring of `ntfy.send_message`. --- platypush/plugins/ntfy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/ntfy/__init__.py b/platypush/plugins/ntfy/__init__.py index 9f621d23..9610b31a 100644 --- a/platypush/plugins/ntfy/__init__.py +++ b/platypush/plugins/ntfy/__init__.py @@ -167,7 +167,7 @@ class NtfyPlugin(AsyncRunnablePlugin): "headers": { "Authorization": "Bearer abcdef..." }, - "body": "{\\"temperature\\": 65}" + "body": "{\"temperature\": 65}" }, { "action": "broadcast",