mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
add son@sl to ignored emails
This commit is contained in:
parent
423c90fb42
commit
bfa07110aa
1 changed files with 1 additions and 1 deletions
2
cron.py
2
cron.py
|
@ -15,7 +15,7 @@ def late_payment():
|
|||
LOG.error(f"user {sub.user.email} has late payment. {sub}")
|
||||
|
||||
|
||||
_ignored_emails = ["nguyenkims", "mbpcmeo"]
|
||||
_ignored_emails = ["nguyenkims", "mbpcmeo", "son@simplelogin.io"]
|
||||
|
||||
|
||||
def stats():
|
||||
|
|
Loading…
Reference in a new issue