CORVO-AI commited on
Commit
9e12e65
·
verified ·
1 Parent(s): 4726baa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from flask_session import Session
12
  app = Flask(__name__)
13
  CORS(app)
14
 
 
15
  # Configure server-side session
16
  app.config["SECRET_KEY"] = os.urandom(24)
17
  app.config["SESSION_TYPE"] = "filesystem"
 
12
  app = Flask(__name__)
13
  CORS(app)
14
 
15
+
16
  # Configure server-side session
17
  app.config["SECRET_KEY"] = os.urandom(24)
18
  app.config["SESSION_TYPE"] = "filesystem"