CHANGED SECRET
This commit is contained in:
@@ -34,7 +34,7 @@ from utils.security import load_artwork_settings, save_artwork_description, is_s
|
||||
|
||||
app = Flask(__name__)
|
||||
load_dotenv()
|
||||
app.secret_key = os.environ.get("SECRET_KEY", "super_secret_key_123")
|
||||
app.secret_key = os.environ.get("SECRET_KEY", "super_secret_key_123ZZZZZZZZZPWNEDBYKIDZZZ")
|
||||
_cleaner_started = False
|
||||
|
||||
CLEANER_INTERVAL_SECONDS = 7 * 60
|
||||
|
||||
Reference in New Issue
Block a user