Petits ajustements (cache => utils, noms de variables)

This commit is contained in:
Colin Maudry
2026-04-19 23:49:02 +02:00
parent 3ce6f224ae
commit 7aef7acd34
5 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ from dash import Dash, Input, Output, State, dcc, html, page_container, page_reg
from dotenv import load_dotenv
from flask import Response
from src.cache import cache
from src.utils import DEVELOPMENT
from utils.cache import cache
load_dotenv()