Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
james-stevens committed Mar 16, 2023
1 parent 1c0f639 commit 0eecee5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions python/librar/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
NOW_DATE_FIELDS = ["when_dt", "amended_dt", "created_dt", "deleted_dt"]

OPT_OUT_EMAILS = {
"domain_transferred" : "Domain transfer request has been completed",
"domain_transferred": "Domain transfer request has been completed",
"email_changed_warn": "Your account email address was just changed",
"gifted_domain" : "You have just received a domain as a gift",
"password_changed" : "Your account password was just changed",
"payment_done" : "We have received the money from your payment",
"receipt" : "Your receipt for buying/renewing a domain",
"reminder" : "A reminder that you have a domain about to expire"
}
"gifted_domain": "You have just received a domain as a gift",
"password_changed": "Your account password was just changed",
"payment_done": "We have received the money from your payment",
"receipt": "Your receipt for buying/renewing a domain",
"reminder": "A reminder that you have a domain about to expire"
}

0 comments on commit 0eecee5

Please sign in to comment.