tsi пре 2 година
родитељ
комит
dc2120dca8
1 измењених фајлова са 1 додато и 1 уклоњено
  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: