notify_owners script: fix a typo in comment

This commit is contained in:
Pierre-Louis Bonicoli 2024-04-07 00:08:14 +02:00
parent 3c28a545d7
commit 33fead1a68
Signed by: pilou
GPG Key ID: 06914C4A5EDAA6DD

View File

@ -199,7 +199,7 @@ def main():
# login = input("type your smtp login: ")
# password = getpass.getpass(prompt="type your password and press enter:")
# context = ssl.create_default_context(cafile="/usr/local/share/ca-certificates/own.crt")
# with smtplib.smtp_ssl(server, 465, context=context) as smtp:
# with smtplib.SMTP_SSL(server, 465, context=context) as smtp:
# smtp.login(login, password)
agir_key = getpass.getpass(prompt=f"Type {AGIR_URL} API key:")