mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
fix
This commit is contained in:
parent
7094a0b694
commit
1f4631821b
1 changed files with 1 additions and 1 deletions
2
cron.py
2
cron.py
|
@ -153,7 +153,7 @@ def notify_manual_sub_end():
|
||||||
)
|
)
|
||||||
send_email(
|
send_email(
|
||||||
user.email,
|
user.email,
|
||||||
f"Your SimpleLogin subscription will end soon",
|
"Your SimpleLogin subscription will end soon",
|
||||||
render(
|
render(
|
||||||
"transactional/coinbase/reminder-subscription.txt",
|
"transactional/coinbase/reminder-subscription.txt",
|
||||||
coinbase_subscription=coinbase_subscription,
|
coinbase_subscription=coinbase_subscription,
|
||||||
|
|
Loading…
Reference in a new issue