mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
add demo.simplelogin to ignored
This commit is contained in:
parent
efd4f40fb7
commit
e4b84ff5e8
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", "son@simplelogin.io"]
|
||||
_ignored_emails = ["nguyenkims", "mbpcmeo", "son@simplelogin.io", "demo.simplelogin"]
|
||||
|
||||
|
||||
def stats():
|
||||
|
|
Loading…
Reference in a new issue