Optimize the prompt after opening SSH login reminder

This commit is contained in:
bt.cn
2021-11-23 11:13:06 +08:00
parent b70ae586a5
commit eec64ddfa2
+1 -1
View File
@@ -141,7 +141,7 @@ class send_mail:
server.sendmail(self.__qq_mail_user['qq_mail'], email, msg.as_string())
server.quit()
except Exception:
print("发送错误,可能密码错误")
print("Sending error, maybe the email info is wrong")
ret = False
return ret