From ab0b878bac17463cf6e2bf7012e10426442c6faa Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sun, 18 Dec 2022 13:50:22 -0800 Subject: [PATCH] Change notification priority (ntfy) --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 97e23ad..e899d59 100644 --- a/main.py +++ b/main.py @@ -161,7 +161,7 @@ while True: data=f'"{name}" has been seen', headers={ "Title": "Face Detected", - "Priority": "urgent", + "Priority": "default", "Tags": "neutral_face", }, )