From e10bbef5cb70d73d5268ea72be1ad57de77d439b Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Thu, 4 Mar 2021 17:58:39 +0800
Subject: [PATCH] save project

---
 sb/sb.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sb/sb.py b/sb/sb.py
index 5db7b58..9b4c389 100644
--- a/sb/sb.py
+++ b/sb/sb.py
@@ -16,5 +16,6 @@ while True:
         if password != userpassword:
         print("密码输入有误,请重新输入!")
     else :
-        print("ssxsdfthyuj")
+        print("登陆失败")
+        exit()
 print("欢迎来到贝尔编程!")
\ No newline at end of file
--
libgit2 0.25.0