This commit is contained in:
Aevann1 2022-01-21 16:22:44 +02:00
parent b05840c369
commit 98fffe55d3
4 changed files with 5 additions and 12 deletions

View file

@ -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 *