mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 13:08:34 +03:00
Format and lint shared directory (#64)
This commit is contained in:
@@ -160,7 +160,7 @@ async def notify_about_expired_archives():
|
||||
user_archives[archive.author_id].append(archive)
|
||||
|
||||
if user_archives:
|
||||
fastmail = FastMail(get_settings().MAIL_CONFIG)
|
||||
fastmail = FastMail(get_settings().mail_config)
|
||||
# notify users
|
||||
for email in user_archives:
|
||||
list_of_archives = "\n".join(
|
||||
@@ -224,7 +224,7 @@ async def delete_stale_sheets():
|
||||
if not user_sheets:
|
||||
return
|
||||
|
||||
fastmail = FastMail(get_settings().MAIL_CONFIG)
|
||||
fastmail = FastMail(get_settings().mail_config)
|
||||
# notify users
|
||||
for email in user_sheets:
|
||||
list_of_sheets = "\n".join(
|
||||
|
||||
Reference in New Issue
Block a user