Spaces:
Running
Running
Update push_notification.py
Browse files- push_notification.py +1 -1
push_notification.py
CHANGED
|
@@ -19,7 +19,7 @@ PUSH_NOTIFICATION_DESCRIPTION = (
|
|
| 19 |
class PushNotificationTool(Tool):
|
| 20 |
description = PUSH_NOTIFICATION_DESCRIPTION
|
| 21 |
name = "push_notification"
|
| 22 |
-
inputs = ["
|
| 23 |
outputs = []
|
| 24 |
|
| 25 |
def __call__(self, token, message):
|
|
|
|
| 19 |
class PushNotificationTool(Tool):
|
| 20 |
description = PUSH_NOTIFICATION_DESCRIPTION
|
| 21 |
name = "push_notification"
|
| 22 |
+
inputs = ["text", "text"]
|
| 23 |
outputs = []
|
| 24 |
|
| 25 |
def __call__(self, token, message):
|