update notification email

This commit is contained in:
Son NK 2020-06-03 21:37:44 +02:00
parent 89f200fbc6
commit 50a7442d02
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def lifetime_licence():
# notify admin
send_email(
ADMIN_EMAIL,
subject=f"User {current_user.id} used lifetime coupon. Coupon nb_used: {coupon.nb_used}",
subject=f"User {current_user} used lifetime coupon. Coupon nb_used: {coupon.nb_used}",
plaintext="",
html="",
)