add jinja templating
This commit is contained in:
parent
d2f202c72c
commit
2352626598
3 changed files with 52 additions and 10 deletions
|
@ -21,7 +21,8 @@ async def __main():
|
|||
)
|
||||
format_corout = format_alerts(
|
||||
alert_queue,
|
||||
message_queue
|
||||
message_queue,
|
||||
config
|
||||
)
|
||||
webhook_corout = run_webhook(
|
||||
alert_queue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue