Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Teresa Hönigl-Decrinis
python-repo
Commits
324c9968
Commit
324c9968
authored
Jun 29, 2020
by
Romain Baptiste Dominique Albert
Browse files
Add the webhooks token for the mattermost test instance.
To be modified for the definite version.
parent
9ea515b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Monitor/main.py
View file @
324c9968
...
...
@@ -1804,7 +1804,7 @@ def cryostat_setRefillLN2(name, date):
@
app
.
route
(
'/api/FridgeWatch'
,
methods
=
[
'POST'
])
def
mattermost_FridgeWatch_webhooks
():
webhooks_token
=
''
#To be completed
webhooks_token
=
'
6wk6r4j5s7drip4fhk8y5zcwao
'
#To be completed
request_data
=
request
.
get_json
()
if
request_data
is
not
None
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment