mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 19:30:30 +02:00
Adjusted files for isort & autopep
This commit is contained in:
committed by
github-actions[bot]
parent
f805b3f508
commit
1f5ba9210f
@@ -8,6 +8,7 @@ AWS_CLIENT_SECRET = os.getenv("AWS_CLIENT_SECRET")
|
|||||||
AWS_SENDER_EMAIL = os.getenv("AWS_SENDER_EMAIL")
|
AWS_SENDER_EMAIL = os.getenv("AWS_SENDER_EMAIL")
|
||||||
AWS_REGION = os.getenv("AWS_REGION", "eu-central-1")
|
AWS_REGION = os.getenv("AWS_REGION", "eu-central-1")
|
||||||
|
|
||||||
|
|
||||||
async def send_email_ses(recipient_email, subject, html_body):
|
async def send_email_ses(recipient_email, subject, html_body):
|
||||||
ses_client = boto3.client(
|
ses_client = boto3.client(
|
||||||
"ses",
|
"ses",
|
||||||
|
|||||||
Reference in New Issue
Block a user