aboutsummaryrefslogtreecommitdiffstats
path: root/aggro.py
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-09-27 18:16:27 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-09-27 18:16:27 +0300
commitda9b89d089482354bce0fc95b66f30fd078405b1 (patch)
treeed7438ca68e996fcdc222b07e7a4a6c66876de66 /aggro.py
parent47955f34dfbc7c3ae2dfa1f7c94b44e435743a94 (diff)
Use headers instead of auth syntax in EmailAlerter
Diffstat (limited to 'aggro.py')
-rw-r--r--aggro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/aggro.py b/aggro.py
index 695de44..4f315e4 100644
--- a/aggro.py
+++ b/aggro.py
@@ -48,7 +48,7 @@ if __name__ == "__main__":
if aggrofile_email_alerter:
email_alerter_config = AggroConfigEmailAlerter(
api_url=get_config(aggrofile_email_alerter, "api_url"),
- api_auth=get_config(aggrofile_email_alerter, "api_auth"),
+ api_headers=get_config(aggrofile_email_alerter, "api_headers"),
email_from=get_config(aggrofile_email_alerter, "email_from"),
email_to=get_config(aggrofile_email_alerter, "email_to"),
)