lint
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ DATABASES = {
|
||||
|
||||
# Google api settings
|
||||
GROUP_KEY = os.getenv("GROUP_KEY", "")
|
||||
GOOGLE_SERVICE_ACCOUNT = json.loads(os.getenv("GOOGLE_CREDS_JSON", '{}'))
|
||||
GOOGLE_SERVICE_ACCOUNT = json.loads(os.getenv("GOOGLE_CREDS_JSON", "{}"))
|
||||
|
||||
# JWT authentication
|
||||
SIMPLE_JWT = {
|
||||
|
||||
+1
-1
@@ -147,7 +147,7 @@ def add_to_mailinglist(email: str):
|
||||
pass
|
||||
else:
|
||||
logging.exception("Failed adding user to list")
|
||||
|
||||
|
||||
# Send email notificcation to maintainer, only in prod
|
||||
if DEPLOY_ENV == "production":
|
||||
to = "ilari.ojakorpi@sahkoinsinoorikilta.fi"
|
||||
|
||||
Reference in New Issue
Block a user