2
0
Surplus_Up (2DU) 7 жил өмнө
parent
commit
6a09215abf
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      func.py

+ 1 - 1
func.py

@@ -39,7 +39,7 @@ def send_email(who, title, data):
                 else:
                     g_pass = i[1]
 
-                smtp.login(g_email, g_pass)
+            smtp.login(g_email, g_pass)
 
         msg = email.mime.text.MIMEText(data)
         msg['Subject'] = title