diff --git a/123.py b/123.py
index fbd1deb..225a911 100644
--- a/123.py
+++ b/123.py
@@ -8,6 +8,7 @@ while True:
         break
     if name!=username:
         print("请重新输入用户名")
+        continue
     if password!=userpassword:
         print("密码错误!请重新输入")
 print("欢迎来到玛酷机器人")
\ No newline at end of file