From f0747fa1b315966a5ab6a83cfe64734986400d22 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 21 Dec 2021 02:06:34 +0200 Subject: [PATCH] fdsfsd --- files/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/__main__.py b/files/__main__.py index 8908da206..837ee8341 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -43,7 +43,6 @@ app.config['MAX_CONTENT_LENGTH'] = 8 * 1024 * 1024 app.config["SESSION_COOKIE_SECURE"] = True app.config["SESSION_COOKIE_SAMESITE"] = "Lax" app.config["PERMANENT_SESSION_LIFETIME"] = 60 * 60 * 24 * 365 -app.config["SESSION_REFRESH_EACH_REQUEST"] = True app.config["SLOGAN"] = environ.get("SLOGAN", "").strip() app.config["DEFAULT_COLOR"] = environ.get("DEFAULT_COLOR", "ff0000").strip() app.config["DEFAULT_THEME"] = environ.get("DEFAULT_THEME", "midnight").strip()