TODO-migration-fixed-topic-connection

This commit is contained in:
2022-07-01 11:39:08 +03:00
parent e60e5691b3
commit d4e456470e
4 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ def load_email_templates():
filename = "templates/%s.tmpl" % name
with open(filename) as f:
email_templates[name] = f.read()
print("all email templates loaded")
print("[email.service] templates loaded")
async def send_confirm_email(user):
text = email_templates["confirm_email"]