stash
This commit is contained in:
parent
059ded15a1
commit
f1e4cbff11
2 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,7 @@ async def telegram_notify(message, chat_id):
|
|||
|
||||
|
||||
async def email_notify(message, email):
|
||||
mail = await make_notification(message, email)
|
||||
mail = make_notification(message, email)
|
||||
await send_smtp(mail)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue