jayparmr commited on
Commit
f00ec89
·
1 Parent(s): 86248f3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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/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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()
 
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()