ffsdcvxcvx

remotes/1693045480750635534/spooky-22
Aevann1 2022-01-22 22:04:12 +02:00
parent a43955e921
commit 1a5392bcbd
1 changed files with 2 additions and 1 deletions

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 *