cxvxvc
This commit is contained in:
parent
b05840c369
commit
98fffe55d3
4 changed files with 5 additions and 12 deletions
|
@ -109,8 +109,4 @@ def after_request(response):
|
|||
response.headers.add("X-Frame-Options", "deny")
|
||||
return response
|
||||
|
||||
if cache.get("marsey_count") == None:
|
||||
with open("marsey_count.json", 'r') as f:
|
||||
cache.set("marsey_count", loads(f.read()))
|
||||
|
||||
from files.routes import *
|
Loading…
Add table
Add a link
Reference in a new issue