Compare commits

..

No commits in common. "45a8b2ae8460db75056ba4ed1d66e3d3d9c556d1" and "e573b1198cbb3e7cfd6b44ce714a5f86a3651a6d" have entirely different histories.

View File

@ -270,7 +270,7 @@ def cleanup_expired_cache():
app = Flask(__name__)
app.config["APP_VERSION"] = get_app_ver()
app.secret_key = "ca943f6db6dd34823d36ab08d8d6f65d"
app.config["SESSION_COOKIE_NAME"] = "QUARK_AUTO_SAVE_X_SESSION"
app.config["SESSION_COOKIE_NAME"] = "QUARK_AUTO_SAVE_SESSION"
app.config["PERMANENT_SESSION_LIFETIME"] = timedelta(days=31)
app.json.ensure_ascii = False
app.json.sort_keys = False