aboutsummaryrefslogtreecommitdiffstats
path: root/aggro.py
diff options
context:
space:
mode:
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"),
)