Spaces:
Paused
Paused
Update tools/notifications.py
Browse files- tools/notifications.py +1 -1
tools/notifications.py
CHANGED
|
@@ -10,7 +10,7 @@ def send_notification(
|
|
| 10 |
topic: str,
|
| 11 |
message: str,
|
| 12 |
title: Optional[str] = None,
|
| 13 |
-
priority:
|
| 14 |
tags: Optional[Union[List[str], str]] = None,
|
| 15 |
click_url: Optional[str] = None,
|
| 16 |
attach_url: Optional[str] = None,
|
|
|
|
| 10 |
topic: str,
|
| 11 |
message: str,
|
| 12 |
title: Optional[str] = None,
|
| 13 |
+
priority: str = "urgent",
|
| 14 |
tags: Optional[Union[List[str], str]] = None,
|
| 15 |
click_url: Optional[str] = None,
|
| 16 |
attach_url: Optional[str] = None,
|