Change notification priority (ntfy)

This commit is contained in:
slashtechno 2022-12-18 13:50:22 -08:00 committed by GitHub
parent 19dd604f05
commit ab0b878bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ while True:
data=f'"{name}" has been seen',
headers={
"Title": "Face Detected",
"Priority": "urgent",
"Priority": "default",
"Tags": "neutral_face",
},
)