ffsdcvxcvx
This commit is contained in:
parent
7517295195
commit
8034683ecc
1 changed files with 2 additions and 1 deletions
|
@ -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 *
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue