tsi hace 2 años
padre
commit
dc2120dca8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      send_email_restart.py

+ 1 - 1
send_email_restart.py

@@ -29,7 +29,7 @@ msgText = MIMEText('')
 msgAlternative.attach(msgText)
 
 
-# Send the email (this example assumes SMTP authentication is required)
+# Send asdthe email (this example assumes SMTP authentication is required)
 import smtplib, ssl
 context = ssl.create_default_context()
 with smtplib.SMTP('smtp.web.de', 587) as server: