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: