diff --git a/diy2.py b/diy2.py
index 409b79a..06f64f5 100644
--- a/diy2.py
+++ b/diy2.py
@@ -13,8 +13,7 @@ while True:
             print("输入错误请重新输入账号!")
             continue
         if userpassword !=  password:
-            print("输入错误请重新输入密码!")
-            print("用户名和密码错误!请重新输入")
+            print("输入错误请重新输入密码!")            
     else:
         print("你的账号已被锁定,请到我司解锁!")
         exit()