Spaces:
Paused
Paused
Update tools/notifications.py
Browse files- tools/notifications.py +1 -1
tools/notifications.py
CHANGED
|
@@ -15,7 +15,7 @@ def send_notification(
|
|
| 15 |
click_url: Optional[str] = None,
|
| 16 |
attach_url: Optional[str] = None,
|
| 17 |
delay: Optional[str] = None
|
| 18 |
-
)
|
| 19 |
"""Send notification via ntfy.sh.
|
| 20 |
|
| 21 |
Args:
|
|
|
|
| 15 |
click_url: Optional[str] = None,
|
| 16 |
attach_url: Optional[str] = None,
|
| 17 |
delay: Optional[str] = None
|
| 18 |
+
):
|
| 19 |
"""Send notification via ntfy.sh.
|
| 20 |
|
| 21 |
Args:
|