Update __init__.py

pull/109/head
midoks 3 years ago
parent 01a5dbbeec
commit 6393a3b8a0
  1. 2
      route/__init__.py

@ -53,7 +53,7 @@ except:
str(sys.version_info[0])
app.config['SESSION_FILE_THRESHOLD'] = 1024
app.config['SESSION_FILE_MODE'] = 384
# mw.execShell("pip install flask_sqlalchemy &")
mw.execShell("pip install flask_sqlalchemy &")
app.secret_key = uuid.UUID(int=uuid.getnode()).hex[-12:]
app.config['SESSION_PERMANENT'] = True

Loading…
Cancel
Save