Skip to content

Commit 70e97e6

Browse files
Webhook URL Security
1 parent e9ff165 commit 70e97e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Webhooks/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def webhook():
1414
"owner" : data["owner"],
1515
"results_link" : data["results_link"],
1616
"result" : data["result"]}
17-
webhook_url = "https://hooks.slack.com/services/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"
17+
webhook_url = "<URL>"
1818
# r = requests.post(webhook_url, data = {"text":param["owner"]}, headers={'Content-Type': 'application/json'}) # Sending data using Post() request as webhook
1919
print(param)
2020
return 'success', 200

0 commit comments

Comments
 (0)