ffsdcvxcvx

This commit is contained in:
Aevann1 2022-01-22 22:04:12 +02:00
parent 7517295195
commit 8034683ecc

View file

@ -116,7 +116,8 @@ def after_request(response):
response.headers.add("X-Frame-Options", "deny")
return response
with open("marseys.json", 'r') as f: cache.set("marseys", loads(f.read()))
if not cache.get("marseys"):
with open("marseys.json", 'r') as f: cache.set("marseys", loads(f.read()))
from files.routes import *