add jinja templating

This commit is contained in:
Jean-Marie Mineau 2021-10-08 15:46:49 +02:00
parent d2f202c72c
commit 2352626598
No known key found for this signature in database
GPG key ID: 67486F107F62E9E9
3 changed files with 52 additions and 10 deletions

View file

@ -21,7 +21,8 @@ async def __main():
)
format_corout = format_alerts(
alert_queue,
message_queue
message_queue,
config
)
webhook_corout = run_webhook(
alert_queue,