浏览代码

Update registro-run.py

父节点
当前提交
997fc5f576
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      registro-run.py

+ 1
- 0
registro-run.py 查看文件

@@ -10,6 +10,7 @@ app = Flask(__name__)
10 10
 def index():
11 11
 #     return "Hello, World!"
12 12
     print(session)
13
+    print(app.secret_key)
13 14
     auth = Auth(session)
14 15
     if not auth.checkAuth():
15 16
         return render_template("login.html")