chore(chart): rename config file, yaml to hjson

This commit is contained in:
Данил 2025-03-03 10:39:43 +03:00
parent c00dea8a81
commit 6cddaa53a8
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ from routes import get_chart, get_chart_period
from utils.load_config import load_config
app = FastAPI()
config = load_config('config.yaml')
config = load_config('config.hjson')
if not os.path.exists('../charts'):
os.mkdir('../charts')