From da9b89d089482354bce0fc95b66f30fd078405b1 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 27 Sep 2023 18:16:27 +0300 Subject: Use headers instead of auth syntax in EmailAlerter --- aggro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aggro.py') 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"), ) -- cgit v1.3