Parcourir la source

Update registro-run.py

Jose R Ortiz Ubarri il y a 5 ans
Parent
révision
997fc5f576
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      registro-run.py

+ 1
- 0
registro-run.py Voir le fichier

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