mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
do not notify lifetime user about coinbase sub (#1254)
This commit is contained in:
parent
fd00100141
commit
72256d935c
1 changed files with 3 additions and 0 deletions
3
cron.py
3
cron.py
|
@ -236,6 +236,9 @@ def notify_manual_sub_end():
|
|||
|
||||
if need_reminder:
|
||||
user = coinbase_subscription.user
|
||||
if user.lifetime:
|
||||
continue
|
||||
|
||||
LOG.d(
|
||||
"Remind user %s that their coinbase subscription is ending soon", user
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue