We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a36efd6 + 99793e0 commit dfa4db9Copy full SHA for dfa4db9
1 file changed
notebook.py
@@ -32,7 +32,8 @@
32
minutes=SessionConst.SESSION_TTL.value)
33
34
# Protection against CSRF attack
35
-CSRFProtect(app)
+csrf = CSRFProtect(app)
36
+csrf.init_app(app)
37
38
# databases
39
account_db = Account()
0 commit comments