add son@sl to ignored emails

This commit is contained in:
Son NK 2019-11-25 11:43:23 +01:00
parent 423c90fb42
commit bfa07110aa
1 changed files with 1 additions and 1 deletions

View File

@ -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():