Upload folder using huggingface_hub
Browse files- internals/util/slack.py +2 -2
internals/util/slack.py
CHANGED
@@ -10,8 +10,8 @@ from internals.util.config import get_environment
|
|
10 |
class Slack:
|
11 |
def __init__(self):
|
12 |
# self.webhook_url = "https://hooks.slack.com/services/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"
|
13 |
-
self.webhook_url = "https://hooks.slack.com/services/
|
14 |
-
self.error_webhook = "https://hooks.slack.com/services/
|
15 |
|
16 |
def send_alert(self, task: Task, args: Optional[dict]):
|
17 |
raw = task.get_raw().copy()
|
|
|
10 |
class Slack:
|
11 |
def __init__(self):
|
12 |
# self.webhook_url = "https://hooks.slack.com/services/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"
|
13 |
+
self.webhook_url = "https://hooks.slack.com/services/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"
|
14 |
+
self.error_webhook = "https://hooks.slack.com/services/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"
|
15 |
|
16 |
def send_alert(self, task: Task, args: Optional[dict]):
|
17 |
raw = task.get_raw().copy()
|