From 7349b8acac61819d94d4b13d9dd8bf2ba1380fd3 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:13:21 -0400 Subject: [PATCH] Updated Notify_boxcar (markdown) --- Notify_boxcar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_boxcar.md b/Notify_boxcar.md index dfc1000..e0cf0f4 100644 --- a/Notify_boxcar.md +++ b/Notify_boxcar.md @@ -37,6 +37,6 @@ Send a Boxcar notification to all devices associated with a project: # Assume: # - our {access_key} is pJz1KEP5zGo9KwDnIb-7_Kab # - our {secret_key} is j300012fl9y0b5AW9g9Nsejb8P -apprise -t "Test Message Title" -b "Test Message Body" \ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ boxcar://pJz1KEP5zGo9KwDnIb-7_Kab/j300012fl9y0b5AW9g9Nsejb8P ```