debug
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Rune Juhl Jacobsen 2023-02-19 21:52:36 +01:00
parent dddd7392b2
commit 2ce4911ff5

View file

@ -43,6 +43,7 @@ async def handle_alert(request):
body = await request.json()
title = body['title']
status = body['status']
print(body)
await send_message(f'[{status}] {title}')
return web.Response(text='Ok')